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
3ad75b68b6c11f8210e7.js:384 Uncaught (in promise) TypeError: __webpack_require__.h is not a function
at Function.__webpack_require__.miniCssF (3ad75b68b6c11f8210e7.js:384)
at 3ad75b68b6c11f8210e7.js:536
at new Promise (<anonymous>)
at loadStylesheet (3ad75b68b6c11f8210e7.js:535)
at Object.__webpack_require__.f.miniCss (3ad75b68b6c11f8210e7.js:551)
Code
// webpack.config.js, see the reprod repo for more detailsnewMiniCssExtractPlugin({filename: '[fullhash].css',chunkFilename: '[fullhash].chunk.css',})
// In index.js, load scss in a separate chunkimport('./style.css');
Expected Behavior
Load the website correctly
Actual Behavior
Loading it on browser, gets this error:
Code
How Do We Reproduce?
yarn install
yarn start
This bug only happens when you use
fullhash
in the css name, and async loading the css fileThe text was updated successfully, but these errors were encountered: