wirejs-scripts 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -315,8 +315,8 @@ module.exports = (env, argv) => {
315
315
  "style-loader",
316
316
  // path.resolve(__dirname, '../node_modules/style-loader'),
317
317
  {
318
- // loader: "css-loader",
319
- loader: path.resolve(__dirname, '../node_modules/css-loader'),
318
+ loader: "css-loader",
319
+ // loader: path.resolve(__dirname, '../node_modules/css-loader'),
320
320
  options: {
321
321
  // don't try to require() url assets
322
322
  url: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-scripts",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Basic build and start commands for wirejs apps",
5
5
  "bin": {
6
6
  "wirejs-scripts": "./bin.js"