ㅇtslint
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = WebpackMerge(configBase, {
|
||||
app: [
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
devtool: 'inline-source-map',
|
||||
|
||||
devServer: {
|
||||
@@ -17,11 +17,18 @@ module.exports = WebpackMerge(configBase, {
|
||||
inline: true,
|
||||
historyApiFallback: true,
|
||||
publicPath: '/', // match the output `publicPath`
|
||||
contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path
|
||||
host: '127.0.0.1',
|
||||
port: 9091,
|
||||
port: 9093,
|
||||
stats: {
|
||||
colors: true
|
||||
},
|
||||
watchOptions: {
|
||||
// ignored: [ Path.resolve(__dirname, '../../node_modules/') ],
|
||||
ignored: /node_modules/,
|
||||
aggregateTimeout: 300,
|
||||
poll: 1000
|
||||
},
|
||||
},
|
||||
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user