Skip to content

Commit 80e4b39

Browse files
author
lynndang
committed
Fixed file name
1 parent ab3e2a8 commit 80e4b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.prod.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = merge(commonConfiguration, {
99
libraryTarget: 'umd',
1010
path: path.resolve(__dirname, 'dist'),
1111
publicPath: '/dist/',
12-
filename: '8aframe-master.min.js'
12+
filename: 'aframe-master.min.js'
1313
},
1414
mode: 'production',
1515
optimization: {

0 commit comments

Comments
 (0)