example-webpack-mfsu icon indicating copy to clipboard operation
example-webpack-mfsu copied to clipboard

Start the antd + framer-motion project without cache in one second.

Results 8 example-webpack-mfsu issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/74705339/174563359-6fda3500-15de-42d6-8d23-56e4a78cb0a0.png)

``` const fs = require('fs'); const path = require('path'); const webpack = require('webpack'); const resolve = require('resolve'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const Webpackbar = require('webpackbar'); const CopyPlugin = require('copy-webpack-plugin'); const...

After upgrading the version, the following errors are reported: ```bash ➜ example-webpack-mfsu git:(master) ✗ pnpm dev > @ dev /Users/xxx/self-project/example-webpack-mfsu > webpack-dev-server [webpack-dev-server] Project is running at: [webpack-dev-server] Loopback: http://localhost:8082/...

@babel/preset-env 加配置会报错: ['@babel/preset-env', { targets: { chrome: 49, firefox: 64, safari: 10, edge: 13, ios: 10 }, useBuiltIns: 'usage', corejs: { version: 3, proposals: true }, modules: false }] ![image](https://user-images.githubusercontent.com/20717402/147216975-fc8c26f0-4af3-4ae2-b95b-3f48fae9ddbd.png)...

- mfsu `off` ![image](https://user-images.githubusercontent.com/11408040/145007656-81471f4c-2775-4cee-8a1e-bfc0fdc18f1b.png) - mfsu `on` ![image](https://user-images.githubusercontent.com/11408040/145007314-a7ecb463-3dd9-4606-82f5-6c1f2fd5e3a0.png)

### Ubuntu - success ``` mae@mae-vb:~/workspace/example-webpack-mfsu$ pnpm dev > @ dev /home/mae/workspace/example-webpack-mfsu > webpack-dev-server [webpack-dev-server] Project is running at: [webpack-dev-server] Loopback: http://localhost:8080/ [webpack-dev-server] On Your Network (IPv4): http://10.0.2.15:8080/ [webpack-dev-server] Content...