mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
const NodePolyfillPlugin = require("node-polyfill-webpack-plugin")
|
|
|
|
module.exports = {
|
|
// Other rules...
|
|
plugins: [
|
|
new NodePolyfillPlugin()
|
|
]
|
|
} |