fix: handle empty env for app resources

This commit is contained in:
Igor Randjelovic
2021-03-02 18:49:51 +01:00
committed by Nathan Walker
parent 84fdc11a8d
commit d3e51bbd33
10 changed files with 53 additions and 123 deletions

View File

@ -2,7 +2,7 @@ import Config from 'webpack-chain';
import vue from '../../src/configuration/vue';
import { init } from '../../src';
describe.only('vue configuration', () => {
describe('vue configuration', () => {
const platforms = ['ios', 'android'];
for (let platform of platforms) {