16 lines
567 B
Plaintext
16 lines
567 B
Plaintext
The file /home/project/webpack.config.js has been updated. Made 1 replacement.
|
|
|
|
Here's the result of running `cat -n` on a snippet of the edited file:
|
|
137→ port: 3015,
|
|
138→ host: '0.0.0.0',
|
|
139→ allowedHosts: 'all',
|
|
140→ hot: true,
|
|
141→ static: {
|
|
142→ directory: path.join(__dirname, 'dist'),
|
|
143→ publicPath: '/',
|
|
144→ },
|
|
145→ historyApiFallback: {
|
|
146→ index: '/index.html',
|
|
147→ rewrites: [
|
|
148→ { from: /^\/_p\/\d+\//, to: '/index.html' }
|
|
149→ ] |