Replace require with import

This commit is contained in:
Tyler Long
2017-09-10 21:23:04 +08:00
parent c9442653e9
commit a7d79baf00
36 changed files with 693 additions and 838 deletions

View File

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