Skip to content

Commit

Permalink
Fixed Building Studio with node > 5 #472
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jun 7, 2017
1 parent 8c24dc3 commit a0b9ccf
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 366 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.0.7",
"babel-core": "6.4.0",
"babel-core": "6.17.0",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"bootstrap": "^3.3.5",
"css-loader": "0.23.1",
"file-loader": "^0.9.0",
"html-loader": "^0.3.0",
"html-webpack-plugin": "1.7.0",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"ng-annotate-loader": "0.0.10",
"ng-annotate-webpack-plugin": "^0.1.2",
"ngtemplate-loader": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = function (options) {
{
test: /\.html$/,
loader: 'ngtemplate-loader?relativeTo=' + (path.resolve(__dirname, './src')) + '/!html-loader',
exclude: [/src\/app/, /src\/components/]
exclude: [/src\/app/, /src\/components/,path.resolve(__dirname, 'src/index.html')]
},
]
},
Expand Down
Loading

0 comments on commit a0b9ccf

Please sign in to comment.