Skip to content
Snippets Groups Projects
Commit 99a776e9 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

deleted last mermaid file

parent 4171d19a
No related branches found
No related tags found
No related merge requests found
import { jsConfig } from './webpack.config.base'
const minConfig = jsConfig()
minConfig.mode = 'production'
minConfig.output.filename = '[name].min.js'
export default [minConfig]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment