Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
egl-konnector
Commits
57a99b2b
Commit
57a99b2b
authored
Feb 25, 2021
by
Hugo
Browse files
update plugin instanciation
parent
b3cf143c
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpack.config.js
View file @
57a99b2b
...
@@ -36,14 +36,16 @@ module.exports = {
...
@@ -36,14 +36,16 @@ module.exports = {
filename
:
'
index.js
'
filename
:
'
index.js
'
},
},
plugins
:
[
plugins
:
[
new
CopyPlugin
([
new
CopyPlugin
({
patterns
:
[
{
from
:
'
manifest.konnector
'
},
{
from
:
'
manifest.konnector
'
},
{
from
:
'
package.json
'
},
{
from
:
'
package.json
'
},
{
from
:
'
README.md
'
},
{
from
:
'
README.md
'
},
{
from
:
'
assets
'
,
transform
:
optimizeSVGIcon
},
{
from
:
'
assets
'
,
transform
:
optimizeSVGIcon
},
{
from
:
'
.travis.yml
'
},
{
from
:
'
.travis.yml
'
},
{
from
:
'
LICENSE
'
}
{
from
:
'
LICENSE
'
}
]),
]
}),
new
webpack
.
DefinePlugin
({
new
webpack
.
DefinePlugin
({
__WEBPACK_PROVIDED_MANIFEST__
:
JSON
.
stringify
(
readManifest
())
__WEBPACK_PROVIDED_MANIFEST__
:
JSON
.
stringify
(
readManifest
())
})
})
...
...
Hugo NOUTS
@hnouts
mentioned in commit
fada0518
·
Feb 25, 2021
mentioned in commit
fada0518
mentioned in commit fada051848f10a25527939dafcfcaae0f9ded11f
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment