Skip to content

Commit a492f14

Browse files
committed
chore: 修改dist目录
1 parent e4f0cd4 commit a492f14

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/dist/vue_plugin.js

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

packages/dist/vue_plugin.js.map

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

packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vue-vconsole-devtools",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "vConsole vue-devtools plugin. Debug vue anywhere",
5-
"main": "../dist/vue_plugin.js",
5+
"main": "./dist/vue_plugin.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/Zippowxk/vue-vconsole-devtools.git"

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
// outputModule: true,
1616
// },
1717
output: {
18-
path: Path.resolve(__dirname, "./dist"),
18+
path: Path.resolve(__dirname, "./packages/dist"),
1919
filename: "[name].js",
2020
library: "vueVconsoleDevtools",
2121
libraryTarget: "umd",

0 commit comments

Comments
 (0)