mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-02 02:24:20 +01:00
Get rid of babel-preset-es2015
This commit is contained in:
6
webpack.config.prod.babel.js
Normal file
6
webpack.config.prod.babel.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { jsConfig } from './webpack.config.base'
|
||||
|
||||
const minConfig = jsConfig()
|
||||
minConfig.output.filename = '[name].min.js'
|
||||
|
||||
export default [minConfig]
|
||||
Reference in New Issue
Block a user