This website requires JavaScript.
Explore
About
Help
Sign In
r
/
p5.js-web-editor
Watch
1
Star
0
Fork
You've already forked p5.js-web-editor
0
Code
Issues
1
Pull requests
Releases
1
Wiki
Activity
6827983adc
p5.js-web-editor
/
server
/
migrations
/
db_reformat_start.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
for #950, update babel to v7 (#1077) * 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
2019-06-05 16:05:31 +00:00
require
(
'@babel/register'
)
;
require
(
'@babel/polyfill'
)
;
fix linting errors that are fixable with --fix in server side code
2016-11-17 16:15:35 +00:00
require
(
'./db_reformat'
)
;
Reference in a new issue
Copy permalink