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
{{ message }}
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.
{ [Error: Validation Error
Extract Text Plugin (Loader) Invalid Options
options['fallbackLoader'] should NOT have additional properties
options['loader'] should NOT have additional properties
]
err:
[ { keyword: 'additionalProperties',
dataPath: '[\'fallbackLoader\']',
schemaPath: '#/additionalProperties',
params: [Object],
message: 'should NOT have additional properties' },
{ keyword: 'additionalProperties',
dataPath: '[\'loader\']',
schemaPath: '#/additionalProperties',
params: [Object],
message: 'should NOT have additional properties' } ] }
cooking use fallbckLoaderoption in merge.js but the newest extract-text-webpack-plugin just support fallbackoption, and loader should be replaced by use
The text was updated successfully, but these errors were encountered:
git clone the
mint-ui
, then compile the sourcecooking version
1.5.2
What is Expected?
compile successfully
What is actually happening?
cooking use
fallbckLoader
option in merge.js but the newest extract-text-webpack-plugin just supportfallback
option, andloader
should be replaced byuse
The text was updated successfully, but these errors were encountered: