Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
5293026c
Commit
5293026c
authored
4 years ago
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade configurations.
parent
33ff1574
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
svelte.config.cjs
+0
-7
0 additions, 7 deletions
svelte.config.cjs
tsconfig.json
+1
-2
1 addition, 2 deletions
tsconfig.json
with
1 addition
and
9 deletions
svelte.config.cjs
+
0
−
7
View file @
5293026c
const
sveltePreprocess
=
require
(
"
svelte-preprocess
"
)
const
sveltePreprocess
=
require
(
"
svelte-preprocess
"
)
const
node
=
require
(
"
@sveltejs/adapter-node
"
)
const
node
=
require
(
"
@sveltejs/adapter-node
"
)
const
pkg
=
require
(
"
./package.json
"
)
/** @type {import('@sveltejs/kit').Config} */
/** @type {import('@sveltejs/kit').Config} */
module
.
exports
=
{
module
.
exports
=
{
...
@@ -22,11 +21,5 @@ module.exports = {
...
@@ -22,11 +21,5 @@ module.exports = {
// hydrate the <div id="svelte"> element in src/app.html
// hydrate the <div id="svelte"> element in src/app.html
target
:
"
#svelte
"
,
target
:
"
#svelte
"
,
vite
:
{
ssr
:
{
noExternal
:
Object
.
keys
(
pkg
.
dependencies
||
{}),
},
},
},
},
}
}
This diff is collapsed.
Click to expand it.
tsconfig.json
+
1
−
2
View file @
5293026c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
*/
*/
"importsNotUsedAsValues"
:
"error"
,
"importsNotUsedAsValues"
:
"error"
,
"isolatedModules"
:
true
,
"isolatedModules"
:
true
,
"resolveJsonModule"
:
true
,
/**
/**
To
have
warnings/errors
of
the
Svelte
compiler
at
the
correct
position
,
To
have
warnings/errors
of
the
Svelte
compiler
at
the
correct
position
,
enable
source
maps
by
default.
enable
source
maps
by
default.
...
@@ -22,8 +23,6 @@
...
@@ -22,8 +23,6 @@
"allowJs"
:
true
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"checkJs"
:
true
,
"paths"
:
{
"paths"
:
{
"$app/*"
:
[
".svelte/dev/runtime/app/*"
,
".svelte/build/runtime/app/*"
],
"$service-worker"
:
[
".svelte/build/runtime/service-worker"
],
"$lib/*"
:
[
"src/lib/*"
]
"$lib/*"
:
[
"src/lib/*"
]
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment