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 f76426a commit 0e2e6c1Copy full SHA for 0e2e6c1
rollup.config.js
@@ -14,8 +14,8 @@
14
* limitations under the License.
15
*/
16
17
-import { babel } from '@rollup/plugin-babel';
18
-import commonjs from '@rollup/plugin-commonjs';
+import { babel } from "@rollup/plugin-babel";
+import commonjs from "@rollup/plugin-commonjs";
19
import { nodeResolve } from "@rollup/plugin-node-resolve";
20
import { terser } from "rollup-plugin-terser";
21
import typescript from "@rollup/plugin-typescript";
0 commit comments