18f646bde9
* for #950, upgrade babel to v7 * fix linting errors * for #950, remove @babel/core from devDependencies (so it's only in dependencies) and change babel-loader config to use .babelrc * for #950, changes to .babelrc to make work * for #950, include core-js modules in webpack config for IE support with babel/plugin-syntax-dynamic-import * for #950, update babel and associated packages to LTS
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
require('@babel/register');
|
|
require('@babel/polyfill');
|
|
require('./db_reformat');
|