mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
const { defineConfig } = require( '@vue/cli-service' );
|
|
module.exports = defineConfig( {
|
|
transpileDependencies: true
|
|
} );
|