mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +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:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
, filename: 'bundle.js'
|
||||
}
|
||||
, resolve: {
|
||||
modulesDirectories: ['./res/lib', 'node_modules']
|
||||
modulesDirectories: ['./res/bower_components', 'node_modules']
|
||||
}
|
||||
, loaders: [
|
||||
{ test: /\.css$/, loader: 'style!css' }
|
||||
|
||||
Reference in New Issue
Block a user