Deprecated the legacy boot.js file
This commit is contained in:
@@ -162,4 +162,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
return destination;
|
return destination;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env.deprecated('boot.js is deprecated. Please use boot0.js and boot1.js instead.',
|
||||||
|
{ ignoreRunnable: true });
|
||||||
}());
|
}());
|
||||||
|
|||||||
@@ -140,4 +140,6 @@
|
|||||||
return destination;
|
return destination;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env.deprecated('boot.js is deprecated. Please use boot0.js and boot1.js instead.',
|
||||||
|
{ ignoreRunnable: true });
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user