mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Just to please Gus
This commit is contained in:
parent
f38944c8f6
commit
7e69475d11
1 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ const createConfig = (options) => {
|
|||
path: __dirname,
|
||||
filename,
|
||||
},
|
||||
resolve: {
|
||||
descriptionFiles: ['package.json'],
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{ test: /\.json$/, loader: 'json-loader' },
|
||||
|
|
@ -29,8 +32,8 @@ const createConfig = (options) => {
|
|||
],
|
||||
},
|
||||
externals: {
|
||||
opusscript: { commonjs: 'opusscript' },
|
||||
'node-opus': { commonjs: 'node-opus' },
|
||||
opusscript: { commonjs: 'opusscript' },
|
||||
ws: { commonjs: 'ws' },
|
||||
},
|
||||
node: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue