mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 14:10:36 +03:00
dev mode for tests
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = (testDir, onListening = null) => {
|
|||||||
|
|
||||||
return createRollupConfig({
|
return createRollupConfig({
|
||||||
project: name,
|
project: name,
|
||||||
mode: 'build',
|
mode: 'dev',
|
||||||
paths: {
|
paths: {
|
||||||
dist,
|
dist,
|
||||||
src: path.resolve(testDir, './'),
|
src: path.resolve(testDir, './'),
|
||||||
|
|||||||
Reference in New Issue
Block a user