Remove 'fs' as dependency

This commit is contained in:
Tyler Long
2017-09-10 23:16:35 +08:00
parent 4947c75ff7
commit c5a7eeaa0f
11 changed files with 106 additions and 106 deletions

View File

@@ -16,7 +16,6 @@ export const jsConfig = () => {
entry: {
mermaid: './src/mermaid.js'
},
externals: ['fs'],
output: {
path: path.join(__dirname, './dist/'),
filename: '[name].js',