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 a3abf83 commit c149f60Copy full SHA for c149f60
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