mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
Updated grunt build file
Will now work on Electron between files (compiled in loose mode)
This commit is contained in:
@@ -6,6 +6,10 @@ module.exports = function (grunt) {
|
||||
pkg: grunt.file.readJSON("package.json"),
|
||||
// define source files and their destinations
|
||||
babel: {
|
||||
options: {
|
||||
loose: "all",
|
||||
compact: true
|
||||
},
|
||||
dist: {
|
||||
files: [{
|
||||
expand: true,
|
||||
|
||||
Reference in New Issue
Block a user