Skip to content

Commit 93c5892

Browse files
edusperoniNathanWalker
authored andcommitted
chore: add deprecation warning
1 parent 8212103 commit 93c5892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nativescript.webpack.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function getTestEntrypoint() {
1919
*/
2020
module.exports = webpack => {
2121
if (!getTestEntrypoint()) {
22+
webpack.Utils.log.warn('Test entrypoint not found. Loading deprecated @nativescript/unit-test-runner config. Please update your unit testing config.');
2223
return require('./nativescript.webpack.compat')(webpack);
2324
}
2425
webpack.chainWebpack((config, env) => {

0 commit comments

Comments
 (0)