Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 40c3c80

Browse files
committed
Add fs & path as external
1 parent 8f0d75e commit 40c3c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export default {
1515
}
1616
],
1717
plugins: [resolve(), commonjs(), babel()],
18-
external: ['purgecss', 'webpack-sources']
18+
external: ['purgecss', 'webpack-sources', 'fs', 'path']
1919
}

0 commit comments

Comments
 (0)