Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
Swapped build to web.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dante committed Jan 3, 2019
1 parent 98670ad commit 7822375
Show file tree
Hide file tree
Showing 15 changed files with 10,024 additions and 178 deletions.
16 changes: 13 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"useBuiltIns": "usage",
}
]
],
"plugins": [
"transform-object-rest-spread",
"transform-es2015-modules-commonjs",
]
"@babel/plugin-syntax-object-rest-spread",
"@babel/plugin-proposal-class-properties"
],
}

5 changes: 5 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
last 1 version
> 1%
maintained node versions
not dead

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Artifacts
bin
dist

# Dependencies
node_modules
Expand All @@ -17,5 +17,3 @@ node_modules
# Misc
data/

# Optional REPL history
.node_repl_history
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Dante
Copyright (c) 2018 Dante

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions manifest.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<%= JSON.stringify(webpack.assetsByChunkName) %>

Loading

0 comments on commit 7822375

Please sign in to comment.