Closed Ashwagandhae closed 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
GL.config.js
Adds isLibrary support in buildTools, so that you can do
in
GL.config.js