This repository was archived by the owner on May 1, 2020. It is now read-only.
Description Short description of the problem:
If using custom configs like rollup and the script has a bug the error log will say
[10:51:02] Config file "C:\project\config\rollup.config.js" not found. Using defaults instead.
Event though the error itself is showing afterwards, ex:
[10:51:02] Error: Cannot find module '../dist/plugins/ng-template'
What behavior are you expecting?
Remove the config not found message and show the error only instead.
Steps to reproduce:
copy the default rollup into config/rollup.config.js
add rollup into package.json
var ngTemplate = require('../dist/plugins/ng-template').ngTemplate;
should trigger an error
Which @ionic/app-scripts version are you using?
0.0.27
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
#58 (comment)
#58 (comment)
Reactions are currently unavailable
Short description of the problem:
If using custom configs like rollup and the script has a bug the error log will say
Event though the error itself is showing afterwards, ex:
What behavior are you expecting?
Remove the config not found message and show the error only instead.
Steps to reproduce:
should trigger an error
Which @ionic/app-scripts version are you using?
0.0.27
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
#58 (comment)
#58 (comment)