mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
- Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.
- Started to add CSS back.
This commit is contained in:
parent
a22eb8e841
commit
345f921fb9
11 changed files with 37 additions and 13 deletions
|
@ -14,7 +14,7 @@ var webpackOptions = {
|
|||
},
|
||||
resolve: {
|
||||
modulesDirectories: [
|
||||
pathutil.resource('lib'),
|
||||
pathutil.resource('bower_components'),
|
||||
pathutil.resource('app') + '/components',
|
||||
'web_modules',
|
||||
'./../../node_modules'
|
||||
|
@ -34,7 +34,7 @@ var webpackOptions = {
|
|||
{ test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'}
|
||||
],
|
||||
noParse: [
|
||||
// pathutil.resource('lib')
|
||||
// pathutil.resource('bower_components')
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue