Martin Pitt
|
8fab928dcb
|
Update babel to 7.5, and actually enable polyfills
@babel/polyfill is deprecated in ≥ 7.4 [1], and we never actually used
it as we forgot to import it [2]. Move to core-js/stable.
[1] https://babeljs.io/blog/2019/03/19/7.4.0#migration-from-core-js-2
[2] https://babeljs.io/docs/en/babel-polyfill#usage-in-node-browserify-webpack
|
2019-07-17 17:43:01 +02:00 |
|
Martin Pitt
|
1fc1923021
|
Rename *.es6 to *.js
*.es6 isn't standard naming, that was just an old cockpit-ism. All files
are treated as ES6.
|
2019-07-17 17:43:01 +02:00 |
|
Lars Karlitski
|
ce7a2d3870
|
Remove the index.js indirection
Make index.es6 the main entry point.
|
2017-10-18 16:42:54 +02:00 |
|
Lars Karlitski
|
dd765787e8
|
Remove all remaining mentions of "subscriptions"
|
2017-10-18 16:42:54 +02:00 |
|
Dominik Perpeet
|
a01820e565
|
Add more sample content to subscriptions page
|
2017-07-26 10:33:14 +02:00 |
|
Dominik Perpeet
|
2f49b57064
|
Add sample page
|
2017-06-20 07:41:52 -04:00 |
|
Sean Toner
|
811e3eebe0
|
initial commit. Created a basic webpack.config.js file, some basic .babelrc settings, and some notes on the build
|
2017-06-20 07:41:52 -04:00 |
|