Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 6e420f2

Browse files
committed
Update deps
1 parent a6be7d5 commit 6e420f2

File tree

14 files changed

+15808
-8453
lines changed

14 files changed

+15808
-8453
lines changed

.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"extplug"
44
],
55
"plugins": [
6-
["yo-yoify", {
7-
"appendChildModule": "bel/appendChild"
8-
}]
6+
"module:nanohtml"
97
]
108
}

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ function dev(done) {
189189
const publicPath = `https://localhost:${port}/`;
190190
const address = `${publicPath}dev.js`;
191191

192+
webpackConfig.mode = 'development';
192193
webpackConfig.entry.unshift(
193194
`${require.resolve('webpack-dev-server/client')}?${publicPath}`,
194195
'webpack/hot/dev-server'

0 commit comments

Comments
 (0)