Skip to content

Commit

Permalink
Add missing external
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Butusov committed Mar 3, 2019
1 parent 25abde8 commit 4a8f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import babel from "rollup-plugin-babel"
export default {
input: "src/index.js",
plugins: [ babel() ],
external: [ "util", "fs", "path", "mkdirp", "asset-hash", "mime" ],
external: [ "util", "fs", "path", "mkdirp", "asset-hash", "mime", "magic-string" ],
output: [
{ file: "dist/rollup-plugin-smart-asset.cjs.js", format: "cjs" },
{ file: "dist/rollup-plugin-smart-asset.esm.js", format: "esm" },
Expand Down

0 comments on commit 4a8f21c

Please sign in to comment.