We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee48e commit 842877cCopy full SHA for 842877c
package.json
@@ -19,7 +19,7 @@
19
"url": "https://github.com/kit-data-manager/com_mapping-service-input/issues"
20
},
21
"type": "module",
22
- "main": "index.js",
+ "main": "./dist/com_mapping-service-input.umd.js",
23
"scripts": {
24
"dev": "vite",
25
"format": "prettier --write .",
vite.config.js
@@ -11,9 +11,9 @@ export default defineConfig({
11
sourcemap: true,
12
lib: {
13
entry: resolve(__dirname, "src/main.ts"),
14
- name: "webcomponent_typed-pid-maker_pid-list",
+ name: "com_mapping-service-input",
15
formats: ["es", "umd"],
16
- fileName: (format) => `typid-known-pids-table.${format}.js`,
+ fileName: (format) => `com_mapping-service-input.${format}.js`,
17
18
rollupOptions: {},
0 commit comments