Skip to content

Commit 072e7eb

Browse files
author
Vinoth Kumar V
committed
webpack setup change
1 parent a8210cd commit 072e7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "vue-tiny-tabs",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "src/plugin.js",
55
"scripts": {
6+
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
67
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
78
},
89
"author": "Vinoth",

0 commit comments

Comments
 (0)