We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaf5cf commit e8dcd1aCopy full SHA for e8dcd1a
3 files changed
conf/webpack/Base.js
@@ -80,7 +80,7 @@ class WebpackBaseConfig {
80
inline: true,
81
port: 8000
82
},
83
- entry: './index.js',
+ entry: './client.js',
84
module: {
85
preLoaders: [
86
{
conf/webpack/Dev.js
@@ -15,7 +15,7 @@ class WebpackDevConfig extends WebpackBaseConfig {
15
entry: [
16
'webpack-dev-server/client?http://0.0.0.0:8000/',
17
'webpack/hot/only-dev-server',
18
- './index.js'
+ './client.js'
19
],
20
plugins: [
21
new webpack.HotModuleReplacementPlugin(),
src/index.js src/client.jssrc/index.js renamed to src/client.js
0 commit comments