This commit is contained in:
peter
2019-08-03 13:50:46 +02:00
parent 4edf6c1a7f
commit d9ccd4d9d3
76 changed files with 22035 additions and 1902 deletions
+2 -2
View File
@@ -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),
];