Ship ESM variant; Ship AMD variant using webpack

This commit is contained in:
Alex Dima 2018-03-08 16:44:27 +01:00
parent 6a61202ff4
commit e2b014d8d7
10 changed files with 6531 additions and 1592 deletions

1
webpack.dev.config.js Normal file
View file

@ -0,0 +1 @@
module.exports = require('./scripts/webpack').createWebpackConfig(true);