Update 'getting-started' docs

This commit is contained in:
Nicolas Gallagher
2017-04-15 09:12:08 -07:00
parent a57e58607a
commit ed994dc670
3 changed files with 70 additions and 94 deletions

View File

@@ -24,14 +24,14 @@ module.exports = {
exclude: /node_modules/,
use: {
loader: 'babel-loader',
query: { cacheDirectory: true }
options: { cacheDirectory: true }
}
},
{
test: /\.(gif|jpe?g|png|svg)$/,
use: {
loader: 'url-loader',
query: { name: '[name].[ext]' }
options: { name: '[name].[ext]' }
}
}
]