fix
This commit is contained in:
@@ -7,7 +7,7 @@ const path = require('path');
|
||||
mode: 'production',
|
||||
entry: path.resolve(__dirname, '../../lib/FrontblockLib.js'),
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../../../static'),
|
||||
path: path.resolve(__dirname, '../../static'),
|
||||
filename: 'FrontblockLib.js',
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user