Skip to content

Commit

Permalink
Remove minification of JS
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Mar 26, 2024
1 parent c348cbb commit 56907f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-code-editor",
"version": "3.1.2",
"version": "3.2.0",
"type": "module",
"description": "Lightweight, extensible code editor component for the web using Prism",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions package/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export default defineConfig({
build: {
cssCodeSplit: true,
sourcemap: true,
cssMinify: "esbuild",
minify: false,
lib: {
entry: entries,
formats: ["es"],
Expand Down

0 comments on commit 56907f1

Please sign in to comment.