We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4946cff commit 2e282f6Copy full SHA for 2e282f6
config/webpack.common.js
@@ -2,7 +2,7 @@ const webpack = require('webpack');
2
const helpers = require('./helpers');
3
4
const HtmlWebpackPlugin = require('html-webpack-plugin');
5
-const { CheckerPlugin } = require('awesome-typescript-loader');
+const {CheckerPlugin} = require('awesome-typescript-loader');
6
const ExtractTextPlugin = require("extract-text-webpack-plugin");
7
8
module.exports = {
package.json
@@ -39,7 +39,7 @@
39
"@angularclass/hmr": "^1.2.2",
40
"@angularclass/hmr-loader": "^3.0.2",
41
"aphrodite": "^1.1.0",
42
- "bootstrap": "^4.0.0-alpha.4",
+ "bootstrap": "4.0.0-alpha.5",
43
"core-js": "^2.4.1",
44
"jwt-decode": "^2.1.0",
45
"lodash-es": "^4.16.6",
0 commit comments