Skip to content

Commit

Permalink
revert to older ATL
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jul 13, 2016
1 parent 143a785 commit 1f1ca0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/ng2/models/webpack-build-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getWebpackCommonConfig = function(projectRoot: string) {
extensions: ['', '.ts', '.js'],
root: path.resolve(projectRoot, './src'),
plugins: [
new PathsPlugin(awesomeTypescriptLoaderConfig)
// new PathsPlugin(awesomeTypescriptLoaderConfig)
]
},
context: path.resolve(__dirname, './'),
Expand Down
2 changes: 1 addition & 1 deletion addon/ng2/models/webpack-build-material2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const getWebpackMaterialConfig = function(projectRoot: string) {
extensions: ['', '.webpack.js', '.web.js', '.ts', '.tsx', '.js', '.css', '.scss'],

plugins: [
new PathsPlugin(awesomeTypescriptLoaderConfig)
// new PathsPlugin(awesomeTypescriptLoaderConfig)
]
// alias: aliasMap
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/webpack": "^1.12.22-alpha",
"amdefine": "^1.0.0",
"angular2-template-loader": "^0.4.0",
"awesome-typescript-loader": "2.0.1",
"awesome-typescript-loader": "1.1.1",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.3.1",
"copy-webpack-plugin": "^3.0.1",
Expand Down

0 comments on commit 1f1ca0c

Please sign in to comment.