mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing relative links
This commit is contained in:
@@ -111,7 +111,7 @@ module.exports = function(env, argv) {
|
||||
extensions: ['.tsx', '.ts', '.js']
|
||||
},
|
||||
output: {
|
||||
filename: '[name]/[name].js',
|
||||
filename: '[name]/bundle.js',
|
||||
path: outPath
|
||||
},
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user