Skip to content

Commit

Permalink
fix ui building
Browse files Browse the repository at this point in the history
  • Loading branch information
karnilaev committed Jul 18, 2021
1 parent d012e0f commit f5a5be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const preprocess = require('svelte-preprocess')

module.exports = {
dev: process.env.NODE_ENV === 'development',
preprocess: preprocess({typescript: {compilerOptions: {target: 'esnext'}}})
preprocess: preprocess({typescript: {compilerOptions: {target: 'ES6'}}})
}

0 comments on commit f5a5be0

Please sign in to comment.