e6a3e5c3ea
* move core into repo, apps into apps folder, update tests * Update scripts for build:core * improve scripts * remove noise from www * Update .gitignore * Fix focus bug * add ci test script * Update main.yml
14 lines
277 B
Text
14 lines
277 B
Text
// This file isn't doing much; however it cannot be removed, or else
|
|
// the build will fail due to the fact that we're targeting ES6.
|
|
|
|
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-env": { "targets": { "node": true } }
|
|
}
|
|
]
|
|
],
|
|
"plugins": []
|
|
}
|