mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Fixed oidc build
This commit is contained in:
parent
d6d636955c
commit
983b799231
1 changed files with 0 additions and 5 deletions
|
@ -1,14 +1,9 @@
|
|||
// vite.config.js
|
||||
import { resolve } from 'path'
|
||||
import { defineConfig } from 'vite'
|
||||
import vitePluginRequire from 'vite-plugin-require';
|
||||
import { viteCommonjs } from '@originjs/vite-plugin-commonjs'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/views/',
|
||||
plugins: [
|
||||
viteCommonjs(),
|
||||
],
|
||||
build: {
|
||||
commonjsOptions:{
|
||||
transformMixedEsModules: true,
|
||||
|
|
Loading…
Reference in a new issue