-
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**…
-
### 相关平台
微信小程序
**小程序基础库: 3.4.3**
**使用框架: React**
### 复现步骤
pnpm dev:weapp
### 期望结果
正常编译
### 实际结果
✖ Errors:
resolve './{{ctrl[i] 4.0.4
@tarojs/plugin-platform-tt: 4.0.…
-
nestjs的热重载hmr是webpack的热重载,会生成单文件main.js
而用typescript编译nestjs 只是把项目的ts编译成js,是多文件;
请教下如何解决wepback编译后的__dirname 路径指向main.js运行所在的路径
而
ts编译后的__dirname指向使用__dirname的路径呢?感谢
-
I am having the same problem as in this stackoverflow question: http://stackoverflow.com/questions/29510309/how-do-i-make-webpack-exit-with-an-error-when-jshint-emits-warnings
I have both "emitErrors…
-
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…
-
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 …