Skip to content
Snippets Groups Projects
Commit 3b015f33 authored by Mael Gaonach's avatar Mael Gaonach
Browse files

change target

parent 4c6b3073
No related tags found
1 merge request!98Draft: Resolve "Browsers compatiblity"
Pipeline #128257 passed
......@@ -11,7 +11,7 @@ export default ({ mode }) => {
return defineConfig({
build: {
modulePreload: false,
target: 'esnext',
target: 'es2015',
minify: mode === 'prod',
cssCodeSplit: false,
rollupOptions: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment