mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 12:29:42 +02:00
Remove 'fs' as dependency
This commit is contained in:
@@ -5,7 +5,7 @@ import { jsConfig, lessConfig } from './webpack.config.base'
|
||||
const config = jsConfig()
|
||||
|
||||
const coreConfig = jsConfig()
|
||||
coreConfig.externals = [nodeExternals(), 'fs']
|
||||
coreConfig.externals = [nodeExternals()]
|
||||
coreConfig.output.filename = '[name].core.js'
|
||||
|
||||
const cssConfig = lessConfig()
|
||||
|
Reference in New Issue
Block a user