We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.9
mac
2.6.10
// console.log(require('vux/src/styles/reset.less')) // const reset = require('vux/src/styles/reset.less'); const path = require('path') // const CleanCSSPlugin = require('less-plugin-clean-css'); module.exports = { configureWebpack: config => { require('@vux/loader').merge(config, { options: { strictMath: true, noIeCompat: true, }, plugins: [{name:'vux-ui'},{name:'less-theme', path: path.resolve(__dirname, "./src/assets/css/public.less")},{name: 'duplicate-style'}] // }) },
[vux-loader] 疑似不合法命名,将被忽略:.btn-borders (border [vux-loader] 疑似不合法命名,将被忽略:.list-radius-show (shadow [vux-loader] 疑似不合法命名,将被忽略:.fz (fz [vux-loader] 疑似不合法命名,将被忽略:.pad12 (vlaue [vux-loader] 疑似不合法命名,将被忽略:.w50_h50 (w [vux-loader] 疑似不合法命名,将被忽略:.flex{display [vux-loader] 疑似不合法命名,将被忽略:.flex-v{flex-direction [vux-loader] 疑似不合法命名,将被忽略:.flex-1{flex [vux-loader] 疑似不合法命名,将被忽略:.flex-align-center{align-items [vux-loader] 疑似不合法命名,将被忽略:.flex-pack-center{justify-content [vux-loader] 疑似不合法命名,将被忽略:.flex-pack-justify{justify-content
期待:
代码不能运行,我只想把项目vue2.x 转到 vue3.x。很辛苦啊,又是一天混过去了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vux-loader version
1.2.9
OS/Browsers version
mac
Vue version
2.6.10
Code
Steps to reproduce
What is Expected?
期待:
What is actually happening?
代码不能运行,我只想把项目vue2.x 转到 vue3.x。很辛苦啊,又是一天混过去了。
The text was updated successfully, but these errors were encountered: