It's because the webpack config is being run in a node process and node uses require to import modules. The code intended to run in a browser ...
確定! 回上一頁