@slickgrid-universal/vanilla-force-bundle 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/vite.config.mjs
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const node_path_1 = require("node:path");
|
|
4
|
+
const vite_1 = require("vite");
|
|
5
|
+
exports.default = (0, vite_1.defineConfig)({
|
|
5
6
|
build: {
|
|
6
7
|
emptyOutDir: false, // we only use Vite for the "bundle" folder, we need to keep CJS/ESM untouched
|
|
7
8
|
minify: true,
|
|
8
9
|
sourcemap: false,
|
|
9
10
|
lib: {
|
|
10
|
-
entry:
|
|
11
|
+
entry: node_path_1.default.resolve(__dirname, 'src/index.ts'),
|
|
11
12
|
name: 'Slicker',
|
|
12
13
|
formats: ['umd'],
|
|
13
14
|
fileName: () => 'bundle/slickgrid-vanilla-bundle.js'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite.config.mjs","sourceRoot":"","sources":["../../vite.config.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vite.config.mjs","sourceRoot":"","sources":["../../vite.config.mts"],"names":[],"mappings":";;AAAA,yCAA6B;AAC7B,+BAAoC;AAEpC,kBAAe,IAAA,mBAAY,EAAC;IAC1B,KAAK,EAAE;QACL,WAAW,EAAE,KAAK,EAAE,8EAA8E;QAClG,MAAM,EAAE,IAAI;QACZ,SAAS,EAAE,KAAK;QAChB,GAAG,EAAE;YACH,KAAK,EAAE,mBAAI,CAAC,OAAO,CAAC,SAAS,EAAE,cAAc,CAAC;YAC9C,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,QAAQ,EAAE,GAAG,EAAE,CAAC,oCAAoC;SACrD;QACD,aAAa,EAAE;YACb,MAAM,EAAE;gBACN,qBAAqB,EAAE,KAAK;gBAC5B,2CAA2C;aAC5C;SACF;KACF;CACF,CAAC,CAAC"}
|