Skip to content

Commit d420b6a

Browse files
committed
Bump packages
1 parent 9a9415a commit d420b6a

2 files changed

Lines changed: 690 additions & 646 deletions

File tree

APIServer/gruntfile.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ module.exports = function (grunt) {
1111
webpack: {
1212
frontend: {
1313
mode: "production",
14-
entry: "./public/js/GraphRedex.ts",
14+
entry: {
15+
GraphRedex: "./public/js/GraphRedex.ts",
16+
util: "./public/js/util.ts",
17+
},
1518
module: {
1619
rules: [
1720
{
@@ -51,7 +54,7 @@ module.exports = function (grunt) {
5154
devtool: "source-map",
5255
output: {
5356
libraryTarget: "amd", // to amd format for loading with requirejs
54-
filename: "GraphRedex.js",
57+
filename: "[name].js",
5558
path: path.resolve(__dirname, "public/dist"),
5659
},
5760
},

0 commit comments

Comments
 (0)