You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

gatsby-plugin-module-resolver

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-module-resolver - npm Package Versions

1.0.3

Diff
abdullahceylan
published 1.0.3 •

Changelog

Source

v1.0.3 (2019-01-26)

New Features

  • Now, you can define a custom root directory for each alias.

    {
      root: './src',
      aliases: {
        ...
        static: {
          root: './public', // <- will used as this alias' root dir
          alias: './static' // <- will become ./public/static
        },
        ...
      }
    }
    

    In this example, Gatsby is going to use /public directory as static alias' root directory rather than /src.

Updates

  • The very top alias key name has been replaced with aliases

<a name="1.0.2"></a>

abdullahceylan
published 1.0.2 •

Changelog

Source

v1.0.2 (2019-01-25)

Update

  • Typo

<a name="1.0.1"></a>

abdullahceylan
published 1.0.1 •

Changelog

Source

v1.0.1 (2019-01-25)

New Features

  • Added the plugin assets

<a name="1.0.0"></a>

abdullahceylan
published 1.0.0 •

Changelog

Source

v1.0.0 (2019-01-25)

  • Initial Release