UNPKG

@aricma/itemids

Version:

Be faster in creating and updating react state, with the ItemIds object.

18 lines (17 loc) 273 B
// babel.config.js module.exports = api => { const isTest = api.env('test'); // You can use isTest to determine what presets and plugins to use. return { presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ] ] } };