mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
switch to webpack5
This commit is contained in:
parent
117216c851
commit
c793321ecb
@ -4,7 +4,10 @@ const p = require('./package.json')
|
||||
const version = p.version;
|
||||
|
||||
module.exports = withImages({
|
||||
poweredByHeader: false,
|
||||
poweredByHeader: true,
|
||||
future: {
|
||||
webpack5: true,
|
||||
},
|
||||
publicRuntimeConfig: {
|
||||
endpoint: process.env.ENDPOINT || '/graphql',
|
||||
spa: !!process.env.SPA || false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user