-
Has anyone used this with webpack and PostCSS?
You can use `postcss.config.js` to load variables and plugins and i've tried the following:
```
module.exports = {
remove: false,
plugins: [
…
-
**Type:**
- [x] bug
- [ ] feature
- [ ] enhancement
- [ ] question
**Environment:**
- OS: mac OS 10.15.6
- Browser: chrome v94.0.4606.61
- Library Version: v1.1.4
**I'm goi…
-
if i change the babel version ,i cant run the test project.
-
* [x] **I'm submitting a bug report**
* [ ] **I'm submitting a feature request**
* [ ] **I'm submitting a support request**
**webpack version:**
2.2.1
**sw-precache-webpack-plugin version**…
-
### Current Behavior
For electron application to work with we need to use file protocol to load resources when application is packaged.
This issue is usually solved by providing `baseHref` to be …
-
### 背景
- build-scripts 与 webpack 体系解耦,沉淀为底层插件开发服务。
### 方案
#### build-scripts 分层设计
![image](https://nazha-image-store.oss-cn-shanghai.aliyuncs.com/frontends/build-scripts-arch.png)
###…
-
Hello! It seems like this gem isn't cooperating with Rails' move towards Wepback/Yarn and the fact that Rails 5.1 no longer includes jQuery by default.
Adding jQuery through Yarn with `yarn add jqu…
-
nestjs的热重载hmr是webpack的热重载,会生成单文件main.js
而用typescript编译nestjs 只是把项目的ts编译成js,是多文件;
请教下如何解决wepback编译后的__dirname 路径指向main.js运行所在的路径
而
ts编译后的__dirname指向使用__dirname的路径呢?感谢
-
Hi
It works perfectly when i am running: `yarn dev`, but when i build it, it won't work. Hope you guys can see what i do wrong, thanks in advance
**console log on builded version**
**Versio…
-
Hi guys, I have an issue with IE11 because it doesn't support sticky 'y' RegExp flag.
The last release of `core-js` polyfilled sticky flag, but it works if we use the constructor for creating RegExp …