Skip to content

Commit c6f50c8

Browse files
committed
chore(webpack.config): use src/ rather than dist/
1 parent c3f0992 commit c6f50c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = {
106106
devServer: {
107107
port: metadata.port,
108108
host: metadata.host,
109+
contentBase: 'src/',
109110
historyApiFallback: true,
110111
watchOptions: { aggregateTimeout: 300, poll: 1000 }
111112
},

0 commit comments

Comments
 (0)