mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
Add npm package.json and setup webpack to transpile ES6/JSX and compile JS files for frontend refactor. See readme.md in assets/ for npm setup instructions and visit the panoramix home page for a React sandbox.
This commit is contained in:
3
panoramix/assets/javascripts/base.js
Normal file
3
panoramix/assets/javascripts/base.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// Currently requires global app dependencies in one place. Css could go here too.
|
||||
window.d3 = require('d3');
|
||||
window.px = require('./modules/panoramix.js');
|
||||
Reference in New Issue
Block a user