Commit 1273107f authored by wildfirecode's avatar wildfirecode

1

parent 049a8d2b
...@@ -35,7 +35,7 @@ var serverStart = opts => { ...@@ -35,7 +35,7 @@ var serverStart = opts => {
}; };
// WebpackDevServer.addDevServerEntrypoints(webpackConfig, devServerOptions); WebpackDevServer.addDevServerEntrypoints(webpackConfig, devServerOptions);
const devServer = new WebpackDevServer(compiler, devServerOptions); const devServer = new WebpackDevServer(compiler, devServerOptions);
devServer.listen(opts.devPort, '0.0.0.0', () => { devServer.listen(opts.devPort, '0.0.0.0', () => {
console.log(`Starting server ...`); console.log(`Starting server ...`);
......
...@@ -2,9 +2,6 @@ const path = require('path'); ...@@ -2,9 +2,6 @@ const path = require('path');
module.exports = opts => { module.exports = opts => {
const result = { const result = {
// entry: {
// app: path.join(opts.BUILD_SKIN, '/src/Main.ts')
// },
entry: { entry: {
app: `./${opts.BUILD_SKIN}/src/Main.ts` app: `./${opts.BUILD_SKIN}/src/Main.ts`
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment