Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchirsachdeva committed Oct 12, 2016
1 parent d3b86b5 commit d3f9e61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions config/webpack.aot.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const webpackMerge = require('webpack-merge');
const commonConfig = require('./webpack.common.js');

const HtmlWebpackPlugin = require('html-webpack-plugin');
const ManifestPlugin = require('webpack-manifest-plugin');

const ENV = process.env.NODE_ENV = process.env.ENV = 'production';
const API_URL = process.env.API_URL || '';
Expand All @@ -31,7 +30,6 @@ module.exports = webpackMerge(commonConfig, {
chunkFilename: '[id].[chunkhash].chunk.js'
},
plugins: [
new ManifestPlugin(),
new HtmlWebpackPlugin({
template: 'src/index.prod.html',
chunksSortMode: 'dependency',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"typescript": "^2.0.3",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.8",
"webpack-manifest-plugin": "^1.0.0",
"webpack-merge": "~0.14.1"
}
}

0 comments on commit d3f9e61

Please sign in to comment.