Skip to content

Commit

Permalink
fix(injector): external @babel/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 7, 2020
1 parent 9470753 commit 129aff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export default [
input: "runtime/inject-css.js",
output: { format: "es", file: "dist/runtime/inject-css.js" },
plugins: [
externals({ deps: true }),
json(),
resolve({ preferBuiltins: true }),
commonjs(),
babel({
exclude: ["**/node_modules/@babel/**"],
babelHelpers: "runtime",
Expand Down

0 comments on commit 129aff5

Please sign in to comment.