We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f27707 commit 68dee6fCopy full SHA for 68dee6f
index.js
@@ -61,6 +61,8 @@ class WebpackPlugin extends Plugin {
61
path_to = node_path.dirname(path_to) + '/';
62
}
63
64
+ filename_to = filename_to.replace('.jsx','.js');
65
+
66
if (!(storage_name in WebpackPlugin.storage)) {
67
let myDevConfigMin = this.webpackConfig();
68
myDevConfigMin.entry = path_from + filename_from;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-query-webpack",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Webpack with a single line of code.",
5
"main": "index.js",
6
"author": "Marat Nuriev",
0 commit comments