mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 20:29:40 +02:00
Replace require with import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Karma configuration
|
||||
// Generated on Mon Nov 03 2014 07:53:38 GMT+0100 (CET)
|
||||
|
||||
import { jsConfig } from './webpack.config.base.js'
|
||||
import { jsConfig } from './webpack.config.base'
|
||||
|
||||
const webpackConfig = jsConfig()
|
||||
|
||||
|
Reference in New Issue
Block a user