UNPKG

typicaljs

Version:
20 lines (19 loc) 500 B
{ "baseUrl": "../../src", "include": ["typical"], "out": "../../dist/typical.min.js", "wrap": { "startFile": ["../wrap.start", "wrap.start"], "endFile": "wrap.end" }, "onModuleBundleComplete": function (data) { var fs = module.require('fs'), amdclean = module.require('amdclean'), outputFile = data.path, cleanedCode = amdclean.clean({ 'filePath': outputFile, transformAMDChecks: false }); fs.writeFileSync(outputFile, cleanedCode); } }