Skip to content
New issue

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

require-css load css file folder name conflict with plugin name #238

Open
zhangleijie opened this issue May 23, 2020 · 0 comments
Open

require-css load css file folder name conflict with plugin name #238

zhangleijie opened this issue May 23, 2020 · 0 comments

Comments

@zhangleijie
Copy link

image
my require.config
image
the result is success

I define plugin name is [css] look my config
image

image
the css file load is canceled

map: {
'*': {
// 'cssd': 'plugin/css' // or whatever the path to require-css is
'css': 'plugin/css' // or whatever the path to require-css is
}
},

the child map on require.config css name can't be same with comon/css
The comon child css folder name can't be same with 'CSS': 'plugin/css'
THE NAME CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant