Replace require with import

This commit is contained in:
Tyler Long
2017-09-10 19:41:34 +08:00
parent 969faf91fe
commit c9442653e9
41 changed files with 179 additions and 253 deletions

View File

@@ -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()