mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(bridge): add meta to cjs wrapper (closes #671)
This commit is contained in:
parent
11490cdd7d
commit
45726616b2
@ -14,3 +14,11 @@ module.exports.defineNuxtConfig = (config = {}) => {
|
|||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const pkg = require('./package.json')
|
||||||
|
|
||||||
|
module.exports.meta = {
|
||||||
|
pkg,
|
||||||
|
name: pkg.name,
|
||||||
|
version: pkg.version
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user