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
我是这样引入的 static-conf.js
module.exports = { staticPath: { 'common.css': [ 'static/less/index.less' ] } };
然后 <%= getCSS('static/less/index.css') %>
<%= getCSS('static/less/index.css') %>
The text was updated successfully, but these errors were encountered:
改成这样试试呢
module.exports = { staticPath: { 'common.css': [ 'static/less/index.css' ] } };
然后引用
<%= getCSS('common.css') %>
Sorry, something went wrong.
No branches or pull requests
我是这样引入的
static-conf.js
然后
<%= getCSS('static/less/index.css') %>
The text was updated successfully, but these errors were encountered: