mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.
This commit is contained in:
@@ -11,7 +11,7 @@ if (!fs.existsSync('./dist')){
|
||||
fs.mkdirSync('./dist');
|
||||
}
|
||||
|
||||
fs.open('./dist/index.json', 'w', function() {
|
||||
fs.open('./dist/index.js', 'w', function() {
|
||||
fs.writeFile('./dist/index.js', code, function(err) {});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user