Skip to content

Commit

Permalink
build(rollup-plugin-commonjs): Fix the bug: `Error: "[name] is not ex…
Browse files Browse the repository at this point in the history
…ported by [module]"`
  • Loading branch information
pyoner committed Jul 4, 2020
1 parent 6762c64 commit 4c05da8
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"version": "1.0.0",
"devDependencies": {
"@pyoner/svelte-ts-preprocess": "1.2.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@wessberg/rollup-plugin-ts": "^1.2.25",
"npm-run-all": "^4.1.5",
"pretty-quick": "^2.0.1",
"rollup": "^1.29.0",
"rollup": "2.18.2",
"rollup-plugin-analyzer": "^3.2.2",
"rollup-plugin-commonjs": "9.3.4",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import svelte from "rollup-plugin-svelte";
import resolve from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";
import commonjs from "rollup-plugin-commonjs";
import json from "@rollup/plugin-json";
import livereload from "rollup-plugin-livereload";
import { terser } from "rollup-plugin-terser";
Expand Down
137 changes: 124 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c05da8

Please sign in to comment.