Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
e0d69dfe
Commit
e0d69dfe
authored
2 years ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
fix import getFilename -> makeFilename
parent
fd37f88f
No related branches found
No related tags found
1 merge request
!781
fix(deps): update dependency cozy-scripts to v7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.config.services.alpha.js
+2
-2
2 additions, 2 deletions
app.config.services.alpha.js
app.config.services.js
+2
-2
2 additions, 2 deletions
app.config.services.js
with
4 additions
and
4 deletions
app.config.services.alpha.js
+
2
−
2
View file @
e0d69dfe
...
@@ -14,7 +14,7 @@ const fs = require('fs-extra')
...
@@ -14,7 +14,7 @@ const fs = require('fs-extra')
const
paths
=
require
(
'
cozy-scripts/utils/paths
'
)
const
paths
=
require
(
'
cozy-scripts/utils/paths
'
)
const
{
const
{
eslintFix
,
eslintFix
,
get
Filename
,
make
Filename
,
target
,
target
,
}
=
require
(
'
cozy-scripts/config/webpack.vars
'
)
}
=
require
(
'
cozy-scripts/config/webpack.vars
'
)
...
@@ -45,7 +45,7 @@ const config = {
...
@@ -45,7 +45,7 @@ const config = {
entry
:
servicesEntries
,
entry
:
servicesEntries
,
output
:
{
output
:
{
path
:
paths
.
appServicesBuild
(),
path
:
paths
.
appServicesBuild
(),
filename
:
`
${
get
Filename
(
false
)}
.js`
,
filename
:
`
${
make
Filename
(
false
)}
.js`
,
},
},
target
:
'
node
'
,
target
:
'
node
'
,
optimization
:
{},
// reset optimization property
optimization
:
{},
// reset optimization property
...
...
This diff is collapsed.
Click to expand it.
app.config.services.js
+
2
−
2
View file @
e0d69dfe
...
@@ -14,7 +14,7 @@ const fs = require('fs-extra')
...
@@ -14,7 +14,7 @@ const fs = require('fs-extra')
const
paths
=
require
(
'
cozy-scripts/utils/paths
'
)
const
paths
=
require
(
'
cozy-scripts/utils/paths
'
)
const
{
const
{
eslintFix
,
eslintFix
,
get
Filename
,
make
Filename
,
target
,
target
,
}
=
require
(
'
cozy-scripts/config/webpack.vars
'
)
}
=
require
(
'
cozy-scripts/config/webpack.vars
'
)
...
@@ -45,7 +45,7 @@ const config = {
...
@@ -45,7 +45,7 @@ const config = {
entry
:
servicesEntries
,
entry
:
servicesEntries
,
output
:
{
output
:
{
path
:
paths
.
appServicesBuild
(),
path
:
paths
.
appServicesBuild
(),
filename
:
`
${
get
Filename
(
false
)}
.js`
,
filename
:
`
${
make
Filename
(
false
)}
.js`
,
},
},
target
:
'
node
'
,
target
:
'
node
'
,
optimization
:
{},
// reset optimization property
optimization
:
{},
// reset optimization property
...
...
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