Skip to content

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

Description

@zhangleijie

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions