Skip to content

Commit

Permalink
Webpack improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Aug 2, 2018
1 parent 0cca4c1 commit aee7828
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"targets": {
"browsers": [ ">0.25%", "not ie 11", "not op_mini all"]
}
}]
]
}
16 changes: 16 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Beedle Demo</title>
<link rel="stylesheet" href="" />
<style>
* {
box-sizing: border-box;
}
</head>
<body>
body
</body>
</html>
2 changes: 1 addition & 1 deletion dist/beedle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aee7828

Please sign in to comment.