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
接管 router,使用运行时 compile 的机制
The text was updated successfully, but these errors were encountered:
/** * Runtime Processor */ processors: [ { base: __dirname, publicPath: '/src/css/:css.css', pipeline: [ new Mcss({ paths: [] }), new AutoPrefixer({ cascade: false, browsers: '> 5%' }) ], toSource: raw => { return raw.replace(/css/g, 'mcss'); } } ],
Sorry, something went wrong.
ImHype
No branches or pull requests
接管 router,使用运行时 compile 的机制
The text was updated successfully, but these errors were encountered: