Issue #3278246 by lauriii, alexpott, nod_, justafish: Deprecate core/scripts/js/babel-es6-build.js for removal from 10.0.x

merge-requests/2263/head
Alex Pott 2022-05-11 19:11:16 +01:00
parent 98fa7ce181
commit 8620063ae0
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ const changeOrAdded = require('./changeOrAdded');
const check = require('./check');
const log = require('./log');
console.warn('⚠️ yarn `build:js` command is deprecated in drupal:9.4.0 and will be removed from drupal:10.0.0. This command is no longer needed in Drupal 10.0.0 once https://www.drupal.org/project/drupal/issues/3278415 is committed.');
// Match only on .es6.js files.
const fileMatch = './**/*.es6.js';
// Ignore everything in node_modules

View File

@ -16,6 +16,8 @@ const chokidar = require('chokidar');
const changeOrAdded = require('./changeOrAdded');
const log = require('./log');
console.warn('⚠️ yarn `watch:js` command is deprecated in drupal:9.4.0 and will be removed from drupal:10.0.0. This command is no longer needed in Drupal 10.0.0 once https://www.drupal.org/project/drupal/issues/3278415 is committed.');
// Match only on .es6.js files.
const fileMatch = './**/*.es6.js';
// Ignore everything in node_modules