mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Replace require with import
This commit is contained in:
@@ -5,7 +5,7 @@ import { jsConfig } from './webpack.config.base'
|
||||
|
||||
const webpackConfig = jsConfig()
|
||||
|
||||
module.exports = function (config) {
|
||||
export default function (config) {
|
||||
config.set({
|
||||
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
|
Reference in New Issue
Block a user