markdown-loader
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -21,3 +21,3 @@ "use strict"; | ||
// merge params and default config | ||
var query = assign(options, loaderUtils.parseQuery(this.query)); | ||
var query = assign({}, options, loaderUtils.parseQuery(this.query)); | ||
var configKey = query.config || "markdownLoader"; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "markdown-loader", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "markdown-loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6794