mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 12:47:44 +00:00
Package config hoisted a level as it is it's own package now
This commit is contained in:
@@ -19,12 +19,12 @@ const config = {
|
||||
assets: 'build',
|
||||
fallback: 'index.html', // index.html (SPA) | null (SSR)
|
||||
precompress: false
|
||||
}),
|
||||
package: {
|
||||
// strip test files from packaging
|
||||
files: (filepath) => {
|
||||
return filepath.indexOf('test') == -1 ? true : false
|
||||
}
|
||||
})
|
||||
},
|
||||
package: {
|
||||
// strip test files from packaging
|
||||
files: (filepath) => {
|
||||
return filepath.indexOf('test') == -1 ? true : false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user