-
```
{
"presets": ["env", "react"],
"plugins": [
"transform-runtime",
"transform-object-rest-spread",
"react-hot-loader/babel",
"syntax-dynamic-import",
"universal-impor…
-
ERROR Failed to compile with 6 errors …
-
I found some edge cases:
- [ ] Say you have a simple tag `something` and you want to use `` instead. If you save the file in the middle of your editing, e.g. at `something`, then you will get an er…
-
Hi,
There are 2 majors issues on windows 10 that prevents this repo from running, I'm hoping somebody has a solution:
- It's not building, there's a dependency error (`Module not found: Error: C…
-
-
使用webpack打包代码可以将各种类型的文件当做模块,即样式,图片都可以当做模块被require()进来,对于样式文件来说,好像是将样式文件通过相应的**loader**转化为字符串打包到js文件中,再由js生成style标签将样式放在style标签中插入到head标签中,这样做缺点是会使js文件体积变大
而通过[extract-text-webpack-plugin](https://g…
-
webpack 是目前最火的前端集成环境,结合项目实际,编写的如下的node api方式打包配置,具体代码如下:
``` javascript
var webpack = require("webpack"),
dev_server = require("webpack-dev-server"),
ExtractTextPlugin = require("extract-text…
mishe updated
8 years ago
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
**Do you want to request a *feature* or report a *bug*?**
BUG
**What is the current behavior?**
Yarn does not authenticate with the private npm registry when the package.json and yarn.lock have a…
-
```
:global {
@import '../../../../node_modules/react-responsive-carousel/lib/styles/carousel.min.css'
}
```
still returns everything hashed... I can't seem to import any css file globally... web…