Migrate all the things
* Migrates from Mongo to Postgres. * Migrates from JSPM to Webpack. * Migrates from React to Vuejs. * Migrates from Bootstrap to Bulma. Also: * Fixes rendering of meta data in the document head tag.
This commit is contained in:
parent
09706778d9
commit
7bb0497ff4
76 changed files with 6741 additions and 1760 deletions
11
.babelrc
11
.babelrc
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"ignore": [
|
||||
"build-server.js",
|
||||
"build-client.js",
|
||||
],
|
||||
"plugins": [
|
||||
"syntax-jsx",
|
||||
"transform-react-jsx",
|
||||
"syntax-object-rest-spread",
|
||||
"transform-object-rest-spread",
|
||||
"transform-es2015-arrow-functions",
|
||||
"transform-es2015-block-scoped-functions",
|
||||
"transform-es2015-block-scoping",
|
||||
|
@ -20,6 +24,7 @@
|
|||
"transform-es2015-sticky-regex",
|
||||
"transform-es2015-template-literals",
|
||||
"transform-es2015-typeof-symbol",
|
||||
"transform-es2015-unicode-regex"
|
||||
"transform-es2015-unicode-regex",
|
||||
"transform-object-rest-spread",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue