Skip to content

Commit aee7828

Browse files
Webpack improvments
1 parent 0cca4c1 commit aee7828

File tree

6 files changed

+964
-9
lines changed

6 files changed

+964
-9
lines changed

.babelrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"browsers": [ ">0.25%", "not ie 11", "not op_mini all"]
6+
}
7+
}]
8+
]
9+
}

demo/index.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<title>Beedle Demo</title>
7+
<link rel="stylesheet" href="" />
8+
<style>
9+
* {
10+
box-sizing: border-box;
11+
}
12+
</head>
13+
<body>
14+
body
15+
</body>
16+
</html>

dist/beedle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)