File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" : {
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" ,
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"
You can’t perform that action at this time.
0 commit comments