mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 08:15:15 +00:00
add comment for disable webpack5
This commit is contained in:
parent
72109a21b1
commit
d9aa13703e
|
@ -5,6 +5,7 @@ const withTM = require('next-transpile-modules')
|
|||
])
|
||||
|
||||
module.exports = withTM({
|
||||
// disable webpack 5 to make it compatible with the following rules
|
||||
webpack5: false,
|
||||
webpack: (config, options) => {
|
||||
config.module.rules.push({
|
||||
|
|
Loading…
Reference in New Issue
Block a user