superset/superset-frontend
Jianchao Yang 3d8a2b859e
Build: fix hot reload for charts (#9400)
* Fix hot reload for charts

* Override tsc options for plugins

Plugins will sometimes have their own `tsconfig.json`, which will
interfere with the dev server config if configured inappropriately.

This change makes sure `tsc` (and `ts-loader`) always compiles to
`esnext` modules, so we don't get "Uncaught ReferenceError: exports
is not defined" error.
2020-03-30 09:31:46 -07:00
..
branding SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
cypress-base [log] Add dashboard_id param to explore_json request (#9243) 2020-03-08 19:51:08 -07:00
images SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
spec upgrade to react-bootstrap v0.33.1 (#9372) 2020-03-26 11:16:49 -07:00
src Build: fix hot reload for charts (#9400) 2020-03-30 09:31:46 -07:00
stylesheets Introducing Inter UI & Fira typefaces (#9207) 2020-03-04 17:32:08 -08:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js chore: allow webpack-dev-server proxy to any destination (#9296) 2020-03-17 15:37:07 -07:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.prettierrc SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
babel.config.js Build: optimize frontend build configs to improve superset-ui-plugin dev experience (#9326) 2020-03-19 14:57:39 -07:00
cypress_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
jest.config.js Build: optimize frontend build configs to improve superset-ui-plugin dev experience (#9326) 2020-03-19 14:57:39 -07:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
package-lock.json build: use manifest hooks for dev server proxy and fix hot reload for charts (#9333) 2020-03-26 16:55:22 -07:00
package.json build: use manifest hooks for dev server proxy and fix hot reload for charts (#9333) 2020-03-26 16:55:22 -07:00
tsconfig.json Build: fix hot reload for charts (#9400) 2020-03-30 09:31:46 -07:00
webpack.config.js Build: fix hot reload for charts (#9400) 2020-03-30 09:31:46 -07:00
webpack.proxy-config.js build: use manifest hooks for dev server proxy and fix hot reload for charts (#9333) 2020-03-26 16:55:22 -07:00