Skip to content

Commit

Permalink
Upgrade deps, use microbundle to build
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Mar 10, 2019
1 parent f7c26c9 commit cc8eb42
Show file tree
Hide file tree
Showing 4 changed files with 7,805 additions and 6,829 deletions.
32 changes: 18 additions & 14 deletions .babelrc
@@ -1,18 +1,22 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"presets": [
["babel-preset-kyt-react", {
"includeRuntime": true,
"useProductionTransforms": false,
"envOptions": {
"client": {
"modules": "commonjs"
},
"server": {
"modules": "commonjs"
},
"test": {
"modules": "commonjs"
}
}
}]
],
"plugins": [
"@babel/plugin-proposal-class-properties"
],
"env": {
"production": {
"plugins": [
[
"babel-plugin-transform-react-remove-prop-types",
{
"ignoreFilenames": ["node_modules"]
}
]
]
}
}
]
}

0 comments on commit cc8eb42

Please sign in to comment.