Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2 dependencies from npm #127

Merged
merged 2 commits into from Feb 20, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Feb 20, 2018

Overview

The following dependencies have been updated:

  • babel-eslint in /packages/generator/app/templates from "8.2.1" to "8.2.2"
  • file-loader in /packages/generator/app/templates from "1.1.6" to "1.1.7"

Details

Dependencies.io has updated babel-eslint (a npm dependency in /packages/generator/app/templates) from "8.2.1" to "8.2.2".

8.2.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated file-loader (a npm dependency in /packages/generator/app/templates) from "1.1.6" to "1.1.7".

1.1.7

2018-02-19

Bug Fixes

  • index: don't concat options.outputPath and options.publicPath (#246) (98bf052)

webpack.config.js

{
  test: /\.svg$/,
  use: [
    {
      loader: 'file-loader',
      options: {
        name: '[name].[ext]',
        outputPath: 'assets/',
        publicPath: 'public/'
      }
    }
  ]
})

bundle.js

/***/ (function(module, exports) {

- module.exports = "./public/assets/file.svg";
+ module.exports = "./public/file.svg";

/***/ }),
|- src
| |– file.svg
|- dist
| |- assets
| | |– file.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants