webpack-isomorphic-tools
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -205,3 +205,3 @@ 'use strict'; | ||
// | ||
var assets_base_url = webpack_configuration.devServer && webpack_configuration.devServer.publicPath ? webpack_configuration.devServer.publicPath : json.publicPath; | ||
var assets_base_url = process.env.NODE_ENV !== 'production' && webpack_configuration.devServer && webpack_configuration.devServer.publicPath ? webpack_configuration.devServer.publicPath : json.publicPath; | ||
@@ -208,0 +208,0 @@ // serve webpack assets from RAM rather than from disk |
{ | ||
"name": "webpack-isomorphic-tools", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Transforms CSS-alike text into a React style JSON object", | ||
@@ -5,0 +5,0 @@ "main": "babel-transpiled-modules/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13
271062
28
2403