You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
290 B

const nxJsBabelPreset = require('@nx/js/babel');
/** @deprecated Use `@nx/js/babel`. */
module.exports = function (api, options = {}) {
console.warn('`@nx/web/babel` has been deprecated. Use `@nx/js/babel` instead in your .babelrc files.');
return nxJsBabelPreset(api, options);
};