mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
Just to please Gus
This commit is contained in:
@@ -22,6 +22,9 @@ const createConfig = (options) => {
|
|||||||
path: __dirname,
|
path: __dirname,
|
||||||
filename,
|
filename,
|
||||||
},
|
},
|
||||||
|
resolve: {
|
||||||
|
descriptionFiles: ['package.json'],
|
||||||
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{ test: /\.json$/, loader: 'json-loader' },
|
{ test: /\.json$/, loader: 'json-loader' },
|
||||||
@@ -29,8 +32,8 @@ const createConfig = (options) => {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
externals: {
|
externals: {
|
||||||
opusscript: { commonjs: 'opusscript' },
|
|
||||||
'node-opus': { commonjs: 'node-opus' },
|
'node-opus': { commonjs: 'node-opus' },
|
||||||
|
opusscript: { commonjs: 'opusscript' },
|
||||||
ws: { commonjs: 'ws' },
|
ws: { commonjs: 'ws' },
|
||||||
},
|
},
|
||||||
node: {
|
node: {
|
||||||
|
|||||||
Reference in New Issue
Block a user