Skip to content

Commit 84dae93

Browse files
author
Matt Lewis
committed
build: output dist to root directory
1 parent d02a5c6 commit 84dae93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default (env = 'development') => {
1515
mode: env,
1616
entry: path.join(__dirname, 'demos', 'entry.ts'),
1717
output: {
18+
path: __dirname,
1819
filename: ifProduction('[name]-[chunkhash].js', '[name].js')
1920
},
2021
module: {

0 commit comments

Comments
 (0)