feat: basic webpack-chain setup

This commit is contained in:
Igor Randjelovic
2020-11-14 14:27:52 +01:00
committed by Nathan Walker
parent 96da507d64
commit aaae0d4f2e
5 changed files with 54 additions and 4 deletions

View File

@ -0,0 +1,7 @@
import { vueConfig } from '@nativescript/webpack';
describe('vue configuration', () => {
it('works', () => {
expect(vueConfig('')).toMatchSnapshot();
});
});