mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
Got rid of tests.
This commit is contained in:
parent
6558ee2fc4
commit
1ecaf82998
16 changed files with 2 additions and 710 deletions
|
|
@ -8,10 +8,6 @@ switch (process.env.NODE_ENV) {
|
|||
case 'production':
|
||||
module.exports = require('./config/webpack.prod');
|
||||
break;
|
||||
case 'test':
|
||||
case 'testing':
|
||||
module.exports = require('./config/webpack.test');
|
||||
break;
|
||||
case 'dev':
|
||||
case 'development':
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue