Skip to content

Commit 97e4c42

Browse files
author
benholloway
committed
minor fix
1 parent cb53cc5 commit 97e4c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function app(options) {
3636
})
3737
.addMinification(!options.unminified)
3838
.merge({
39-
name : ['app', composition.namespace].filter(Boolean).join('::'),
39+
name : ['app'].concat(composition.namespace).join('::'),
4040
output: {
4141
path: path.resolve(buildDir)
4242
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-angularity-solution",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Requisite configuration and modules to build Angularity projects with Webpack",
55
"main": "index.js",
66
"repository": {
@@ -19,6 +19,7 @@
1919
},
2020
"homepage": "https://github.com/angularity/webpack-angularity-solution",
2121
"dependencies": {
22+
"adjust-sourcemap-loader": "^0.0.1",
2223
"babel-core": "^6.4.5",
2324
"babel-loader": "^6.2.1",
2425
"bower-webpack-plugin": "^0.1.9",
@@ -49,7 +50,6 @@
4950
"resolve-url-loader": "^1.4.3",
5051
"sass-loader": "^3.1.2",
5152
"snake-case": "^1.1.2",
52-
"sourcemap-sources-loader": "github:bholloway/sourcemap-sources-loader",
5353
"url-loader": "^0.5.7",
5454
"webpack": "^1.12.12",
5555
"webpack-configurator": "^0.3.1"

0 commit comments

Comments
 (0)