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
Michael Iseard
Kudos-Donations
Commits
764b43d7
Commit
764b43d7
authored
Oct 12, 2021
by
Michael Iseard
Browse files
Add empty options object to prevent IDE complaining
parent
5d076262
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpack.mix.js
View file @
764b43d7
...
...
@@ -32,7 +32,7 @@ mix
// Webpack config.
.
webpackConfig
({
plugins
:
[
new
DependencyExtractionWebpackPlugin
()
new
DependencyExtractionWebpackPlugin
(
{}
)
]
})
...
...
Write
Preview
Markdown
is supported
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