Matthias Bussonnier
1096410fcf
Try es6 and add a few features for shortcut editor.
10 years ago
Thomas Kluyver
c6fe4db8e8
Don't use arrow functions in webpack js config
...
The => syntax doesn't work on the version of Node currently packaged in
Ubuntu - which is admittedly two years old, but it's what the
development install instructions point people to.
10 years ago
Jonathan Frederic
e64f1f9dc2
Dynamically set base url
10 years ago
Jonathan Frederic
b0fb5df3ad
Add source maps, chunks, and remove previous build tool
10 years ago
Jonathan Frederic
18edcd3fb4
Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic
c4c16a76b8
Disallow dynamic loading of jquery and friends
...
Because it is a very bad idea. Don't do it. Seriously!
10 years ago
Jonathan Frederic
d340a794fc
Compile services/contents
10 years ago
Jonathan Frederic
e409dd1a2c
Install webpack and configure scripts for execution of webpack
10 years ago
Jonathan Frederic
e32adbe912
Add base webpack config
10 years ago