Skip to content

Commit c811c03

Browse files
committed
changed launch.json settings
1 parent 8609c8d commit c811c03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+233974
-181
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:latest
22

33
ARG NODE=production
44
ENV NODE_ENV ${NODE}
5-
RUN npm start
5+
RUN npm run build
66

77

88
EXPOSE 8080

config/webpack.dev.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,9 @@ module.exports = function (options) {
200200
devServer: {
201201
port: METADATA.port,
202202
host: METADATA.host,
203+
open: false,
203204
historyApiFallback: {
204205
index: '/index.html'
205-
},
206-
watchOptions: {
207-
aggregateTimeout: 300,
208-
poll: 1000
209206
}
210207
},
211208

@@ -220,8 +217,8 @@ module.exports = function (options) {
220217
crypto: 'empty',
221218
process: true,
222219
module: false,
223-
clearImmediate: false,
224-
setImmediate: false
220+
clearImmediate: true,
221+
setImmediate: true
225222
}
226223

227224
});

dist/0.3f2ba2cd84ef36010c28.chunk.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)