mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-14 18:52:24 +03:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
const isBuildLib = (process.env.npm_lifecycle_script || '').indexOf('--target lib') > 0
|
|
|
|
module.exports = {
|
|
publicPath: '',
|
|
outputDir: isBuildLib ? 'dist' : 'demo',
|
|
css: { extract: false },
|
|
}
|