Skip to content

Commit 29cecd4

Browse files
committed
v1.0.0-rc.5 release
1 parent 0246b45 commit 29cecd4

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Visit https://docs.diffusion.studio to view the full documentation.
2525
📦 Fully **extensible** with [Pixi.js](https://pixijs.com/)<br/>
2626
🩸 Blazingly **fast** WebGPU/WebGL renderer<br/>
2727
🏎️ **Cutting edge** WebCodecs export<br/>
28-
🪽 **Light weight** and tree-shakeable<br/>
2928

3029
## Getting Started
3130

package-lock.json

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

vite.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ import path from 'node:path';
77
export default defineConfig(({ command }) => ({
88
publicDir: command == 'build' ? false : 'public',
99
build: {
10-
minify: false,
1110
lib: {
1211
entry: path.resolve(__dirname, 'src/index.ts'),
1312
name: 'DiffusionStudio',
1413
formats: ['es'],
1514
fileName: 'ds'
1615
},
1716
target: 'esnext',
18-
rollupOptions: {
19-
output: {
20-
preserveModules: true,
21-
},
22-
},
2317
},
2418
plugins: [
2519
dts({

0 commit comments

Comments
 (0)