Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Nickolay
WebODM
Commits
8ff81f74
Commit
8ff81f74
authored
1 year ago
by
chris-bateman
Browse files
Options
Download
Patches
Plain Diff
Buffer Polyfill for WP5
parent
5ca0cf82
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webpack.config.js
+3
-0
webpack.config.js
with
3 additions
and
0 deletions
webpack.config.js
+
3
−
0
View file @
8ff81f74
...
...
@@ -36,6 +36,9 @@ module.exports = {
filename
:
"
./css/[name]-[hash].css
"
,
chunkFilename
:
"
[id].css
"
}),
new
webpack
.
ProvidePlugin
({
Buffer
:
[
'
buffer
'
,
'
Buffer
'
],
}),
],
module
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets