Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 233ebb9

Browse files
author
Johnny Hausman
committed
*fix: build.config.js now has proper names/paths created for the build config data.
1 parent b292ea8 commit 233ebb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
"paths": {
3-
"opstools/<%= name %>": "opstools/<%= name %>/<%= name %>.js",
3+
"<%= name %>": "<%= name %>/<%= defaultController %>.js",
44
},
55
"bundle": [
6-
"opstools/<%= name %>"
6+
"<%= name %>"
77
]
88
};

0 commit comments

Comments
 (0)