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
161725cb28
p5.js-web-editor
/
server
/
migrations
/
start.js
4 lines
79 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'
)
;
Update to webpack 4 (#1145) * remove some of the react errors, start to fix webpack HMR errors * start upgrade to webpack 4 * more stuff to update webpack * update webpack configs to work with webpack 4 * remove linting from truncate script
2019-08-28 20:08:40 +00:00
require
(
'./truncate'
)
;
Reference in a new issue
Copy permalink