Skip to content

Commit a93b033

Browse files
committed
add test for relative purge path resolution in JIT mode
1 parent be89744 commit a93b033

File tree

4 files changed

+936
-0
lines changed

4 files changed

+936
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
mode: 'jit',
3+
purge: ['./relative-purge-paths.test.html'],
4+
corePlugins: { preflight: false },
5+
theme: {},
6+
plugins: [],
7+
}

0 commit comments

Comments
 (0)