mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
feat: basic webpack-chain setup
This commit is contained in:

committed by
Nathan Walker

parent
96da507d64
commit
aaae0d4f2e
7
packages/webpack5/__tests__/configuration/vue.spec.ts
Normal file
7
packages/webpack5/__tests__/configuration/vue.spec.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { vueConfig } from '@nativescript/webpack';
|
||||
|
||||
describe('vue configuration', () => {
|
||||
it('works', () => {
|
||||
expect(vueConfig('')).toMatchSnapshot();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user