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
|
// vite.config.js
|
||||||
import { resolve } from 'path'
|
import { resolve } from 'path'
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
import vitePluginRequire from 'vite-plugin-require';
|
|
||||||
import { viteCommonjs } from '@originjs/vite-plugin-commonjs'
|
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
base: '/views/',
|
base: '/views/',
|
||||||
plugins: [
|
|
||||||
viteCommonjs(),
|
|
||||||
],
|
|
||||||
build: {
|
build: {
|
||||||
commonjsOptions:{
|
commonjsOptions:{
|
||||||
transformMixedEsModules: true,
|
transformMixedEsModules: true,
|
||||||
|
|
Loading…
Reference in a new issue