Commit Graph

8 Commits

Author SHA1 Message Date
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.
2016-02-24 13:58:07 +00:00
Jonathan Frederic
e64f1f9dc2 Dynamically set base url 2016-02-22 07:30:56 -08:00
Jonathan Frederic
b0fb5df3ad Add source maps, chunks, and remove previous build tool 2016-02-22 07:30:56 -08:00
Jonathan Frederic
18edcd3fb4 Allow old style imports, but deprecate them 2016-02-22 07:30:56 -08:00
Jonathan Frederic
c4c16a76b8 Disallow dynamic loading of jquery and friends
Because it is a very bad idea.  Don't  do it.  Seriously!
2016-02-22 07:30:55 -08:00
Jonathan Frederic
d340a794fc Compile services/contents 2016-02-22 07:30:55 -08:00
Jonathan Frederic
e409dd1a2c Install webpack and configure scripts for execution of webpack 2016-02-22 07:30:55 -08:00
Jonathan Frederic
e32adbe912 Add base webpack config 2016-02-22 07:30:55 -08:00