Skip to content

Commit 8c87ef8

Browse files
committed
Update dependencies
1 parent 9e4a9b0 commit 8c87ef8

File tree

6 files changed

+3
-10162
lines changed

6 files changed

+3
-10162
lines changed

build/rollup.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import path from "path";
44
import vue from "rollup-plugin-vue";
55
import alias from "@rollup/plugin-alias";
66
import commonjs from "@rollup/plugin-commonjs";
7-
import { nodeResolve } from "@rollup/plugin-node-resolve";
87
import replace from "@rollup/plugin-replace";
98
import babel from "rollup-plugin-babel";
109
import postcss from "rollup-plugin-postcss";
@@ -48,9 +47,6 @@ const baseConfig = {
4847
exclude: "node_modules/**",
4948
extensions: [".js", ".jsx", ".ts", ".tsx", ".vue"],
5049
},
51-
nodeResolve: {
52-
resolveOnly: [],
53-
},
5450
},
5551
};
5652

@@ -100,7 +96,6 @@ if (!argv.format || argv.format === "es") {
10096
],
10197
}),
10298
commonjs(),
103-
nodeResolve({ ...baseConfig.plugins.nodeResolve }),
10499
],
105100
};
106101
buildFormats.push(esConfig);
@@ -130,7 +125,6 @@ if (!argv.format || argv.format === "cjs") {
130125
}),
131126
babel(baseConfig.plugins.babel),
132127
commonjs(),
133-
nodeResolve({ ...baseConfig.plugins.nodeResolve }),
134128
],
135129
};
136130
buildFormats.push(umdConfig);
@@ -159,7 +153,6 @@ if (!argv.format || argv.format === "iife") {
159153
ecma: 5,
160154
},
161155
}),
162-
nodeResolve({ ...baseConfig.plugins.nodeResolve }),
163156
],
164157
};
165158
buildFormats.push(unpkgConfig);

example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package-lock.json
2+
13
# Created by .ignore support plugin (hsz.mobi)
24
### Node template
35
# Logs

0 commit comments

Comments
 (0)