fix: dataset modal doesn't work in dev mode (#18658)
* fix: dataset modal in dev mode * remove cache * add comment
This commit is contained in:
parent
12cddb7ade
commit
82129753b0
|
|
@ -344,6 +344,14 @@ const config = {
|
|||
],
|
||||
use: [babelLoader],
|
||||
},
|
||||
// react-hot-loader use "ProxyFacade", which is a wrapper for react Component
|
||||
// see https://github.com/gaearon/react-hot-loader/issues/1311
|
||||
// TODO: refactor recurseReactClone
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: /node_modules\/react-dom/,
|
||||
use: ['react-hot-loader/webpack'],
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
include: [APP_DIR, /superset-ui.+\/src/],
|
||||
|
|
|
|||
Loading…
Reference in New Issue