mirror of
https://github.com/danbulant/discord.js
synced 2026-06-16 05:01:18 +00:00
Fix arrow parens
This commit is contained in:
parent
47442eeba3
commit
fa5787cc8b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const webpack = require('webpack');
|
|||
const createVariants = require('parallel-webpack').createVariants;
|
||||
const version = require('./package.json').version;
|
||||
|
||||
const createConfig = (options) => {
|
||||
const createConfig = options => {
|
||||
const plugins = [
|
||||
new webpack.DefinePlugin({ 'global.GENTLY': false }),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue