-
I get the following error while running sbt test
```
>sbt test
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[info] Loading project de…
hkirk updated
7 years ago
-
Hi ,
I am using your template since a while. It fits our requirements. But for mobile development I need to use ionic3 with angular.I have updated angular version to 4.4.4. Because ionic3 …
-
my code:
var styleLoader = require('extract-text-webpack-plugin').extract(['css-loader', 'postcss-loader', 'less-loader']);
module.exports = {
styleLoader: styleLoader,
scripts: {
"alert"…
-
采用ES6、类vue的单文件书写组件
项目地址:https://github.com/hmhao/avalon2-webpack2-spa
演示地址:https://hmhao.github.io/avalon2-webpack2-spa
hmhao updated
7 years ago
-
现在好多项目都用webpack2了,希望提供webpack2版本
-
[原文链接](https://github.com/lcxfs1991/blog/issues/14)
## 打包一个模块
``` javascript
// webpack.config.js
module.exports = {
entry: {
index: "./main.js",
},
output: {
path: __dirn…
-
I tried to use your example with the webpack2 (https://github.com/aspnet/JavaScriptServices/tree/dev/templates/Angular2Spa) but I was not able to produce the code coverage report. I modified webpack a…
-
[Shared from](https://github.com/lcxfs1991/blog/issues/15)
# Introduction
For beginners, webpack building performance is sometimes annoying. However, this will not stop webpack from becoming the b…
-
how we can split the bundle using webpack or webpack2 into something like Vendor.js, Home.js, Others.js.
-
```json
// npm 标准配置
"scripts": {
"start": "webpack --config webpack.config.js"
}
```
> 可以从 `node_modules/.bin/webpack` 访问 bin 版本
> 不推荐将 webpack 全局安装,可能会影响固定版本项目构建