Skip to content

Commit

Permalink
remove cjs script
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 12, 2024
1 parent b4351e4 commit 09b48f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
60 changes: 0 additions & 60 deletions plugins/cjs.ts

This file was deleted.

3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig, ResolvedConfig, type Plugin } from 'vite'
import { reactVirtualized } from './plugins/reactVirtualized.ts'
import * as path from 'node:path'
import { cjsPlugin } from './plugins/cjs.ts'
import react from '@vitejs/plugin-react-swc'

const scratchGuiPlugin = (): Plugin => {
Expand Down Expand Up @@ -62,8 +61,6 @@ const scratchGuiPlugin = (): Plugin => {

export default defineConfig({
plugins: [
//scratchCSS(),
cjsPlugin(),
reactVirtualized(),
scratchGuiPlugin(),
react()
Expand Down

0 comments on commit 09b48f6

Please sign in to comment.