mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Ensure common modules.
This commit is contained in:
parent
fba8586a70
commit
21975af4af
7 changed files with 47 additions and 6 deletions
|
@ -20,9 +20,9 @@ module.exports = {
|
|||
}
|
||||
, resolve: {
|
||||
modulesDirectories: [
|
||||
pathutil.resource('bower_components')
|
||||
, pathutil.resource('app/components')
|
||||
pathutil.resource('app/components')
|
||||
, pathutil.resource('web_modules')
|
||||
, pathutil.resource('bower_components')
|
||||
, './node_modules'
|
||||
]
|
||||
, alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue