Skip to content

Commit c08e15b

Browse files
committed
fix issue #2 and update to webpack4 (issue #3)
1 parent f97e76a commit c08e15b

12 files changed

+10477
-23643
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"presets": ["env"],
2+
"presets": ["@babel/preset-env"],
33
"plugins": [
4-
"syntax-dynamic-import",
5-
"transform-object-rest-spread"
4+
"@babel/plugin-syntax-dynamic-import",
5+
"@babel/plugin-proposal-object-rest-spread"
66
],
77
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
node_modules/
33
npm-debug.log
4+
dist/styles/*.js

dist/global/vue-simple-menu.js

Lines changed: 433 additions & 1 deletion
Large diffs are not rendered by default.

dist/global/vue-simple-menu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/vue-simple-menu.default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
display: none; }
3636
.vue-simple-menu__item_expand.expanded > .vue-simple-menu__child {
3737
display: block; }
38+

0 commit comments

Comments
 (0)