template-project/node_modules/pkg/dictionary/cross-env.js
2025-05-30 18:13:30 +08:00

12 lines
243 B
JavaScript

'use strict';
module.exports = {
pkg: {
patches: {
// author is mistaken to point package.json.main to
// src/index.js (that is es6) instead of dist/index.js (es5)
'src/index.js': [{ do: 'erase' }, ''],
},
},
};