create-react-app antd-mobileを導入し、オンデマンドロードの問題を提示
723 ワード
Webpackで直接config.js oneofの下でbabel-loader構成を見つけ、antd-mobile構成を直接追加します.
エラー:plugins[0][1]must be an object,false,or undefinedは、エラー情報に基づいてplugins配列の中性子項を記述する2番目の要素がobject,false,or undefinedである必要があるため、使用できません.
plugins: [
['import', {
libraryName: "antd-mobile",
style: 'css'
}],
[
require.resolve('babel-plugin-named-asset-import'),
{
loaderMap: {
svg: {
ReactComponent: '@svgr/webpack?-svgo,+titleProp,+ref![path]',
},
},
},
],
],
cacheDirectory: true,
エラー:plugins[0][1]must be an object,false,or undefinedは、エラー情報に基づいてplugins配列の中性子項を記述する2番目の要素がobject,false,or undefinedである必要があるため、使用できません.
['import', [{
libraryName: "antd-mobile",
style: 'css'
}]],