mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
Correct way to handle inline style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import nodeExternals from 'webpack-node-externals'
|
||||
|
||||
import { jsConfig, lessConfig } from './webpack.config.base'
|
||||
import { jsConfig } from './webpack.config.base'
|
||||
|
||||
const config = jsConfig()
|
||||
|
||||
@@ -8,6 +8,4 @@ const coreConfig = jsConfig()
|
||||
coreConfig.externals = [nodeExternals()]
|
||||
coreConfig.output.filename = '[name].core.js'
|
||||
|
||||
const cssConfig = lessConfig()
|
||||
|
||||
export default [config, coreConfig, cssConfig]
|
||||
export default [config, coreConfig]
|
||||
|
Reference in New Issue
Block a user