You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
my require.config
the result is success
I define plugin name is [css] look my config
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.
The text was updated successfully, but these errors were encountered: