We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3288df commit 30ad09aCopy full SHA for 30ad09a
packages-exp/messaging-exp/rollup.config.js
@@ -15,7 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-import json from 'rollup-plugin-json';
+import json from '@rollup/plugin-json';
19
import pkg from './package.json';
20
import typescript from 'typescript';
21
import typescriptPlugin from 'rollup-plugin-typescript2';
packages-exp/messaging-exp/rollup.config.release.js
@@ -16,7 +16,7 @@
import { importPathTransformer } from '../../scripts/exp/ts-transform-import-path';
22
0 commit comments