stuff
This commit is contained in:
@@ -137,7 +137,7 @@ const angularPage = {
|
||||
|
||||
const FrontblockLib = {
|
||||
mode: 'production',
|
||||
entry: path.resolve(__dirname, 'lib/backendsrc/FrontblockLib.js'),
|
||||
entry: path.resolve(__dirname, 'lib/FrontblockLib.js'),
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'static'),
|
||||
filename: 'FrontblockLib.js',
|
||||
@@ -180,6 +180,6 @@ const angularPage = {
|
||||
|
||||
|
||||
module.exports = [
|
||||
Object.assign({}, angularPage),
|
||||
//Object.assign({}, angularPage),
|
||||
Object.assign({}, FrontblockLib),
|
||||
];
|
||||
Reference in New Issue
Block a user