TheLazySquid / Gimloader

A client-side plugin loader for Gimkit
10 stars 2 forks source link

add isLibrary support to buildTools #3

Closed Ashwagandhae closed 4 months ago

Ashwagandhae commented 4 months ago

Adds isLibrary support in buildTools, so that you can do

import fs from 'fs';

const pkg = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));

export default {
  // ...
  isLibrary: true,
  // ...
};

in GL.config.js