mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: add failing test for #2574
This commit is contained in:
parent
661bc3cabf
commit
1dbeb132d2
1
test/fixtures/module/modules/basic/index.js
vendored
1
test/fixtures/module/modules/basic/index.js
vendored
@ -3,6 +3,7 @@ const path = require('path')
|
||||
module.exports = function basicModule(options, resolve) {
|
||||
// Add vendor
|
||||
this.addVendor('lodash')
|
||||
this.addVendor(['lodash', 'lodash'])
|
||||
|
||||
// Add a plugin
|
||||
this.addPlugin(path.resolve(__dirname, 'reverse.js'))
|
||||
|
Loading…
Reference in New Issue
Block a user