0
webpack設定をWebPack 2.0に移行する必要があります。 WebPACKの2.0をサポートするために、これらの構成itensを書き換える方法Webpack 2.0のproressおよびmodulesDirectores設定ディレクティブの移行
progress: true,
resolve: {
modulesDirectories: [
'src',
'node_modules'
],
extensions: ['', '.json', '.js', '.jsx']
},
:WebPACKのは、約progress
とmodulesDirectories
を不平を言っていますか?