Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 13:32
Show Gist options
  • Save b-tiwari/cf8c8b6f812eb28bcded3bf2f3c3ed0f to your computer and use it in GitHub Desktop.
Save b-tiwari/cf8c8b6f812eb28bcded3bf2f3c3ed0f to your computer and use it in GitHub Desktop.
Webpack2 Beginners guide - ./src/scripts/my-helper-module.js
module.exports = {
greetings: 'Hello from my-helper-module!!'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment