@machtwatch/react-script 1.2.10 → 1.2.11-alpha.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machtwatch/react-script",
3
- "version": "1.2.10",
3
+ "version": "1.2.11-alpha.5",
4
4
  "description": "Machtwatch React script",
5
5
  "author": "Danny Reza Miloen <danny@machtwatch.co.id>",
6
6
  "contributors": [],
@@ -163,7 +163,8 @@ const webpackConfig = ({ isClient }) => ({
163
163
  modules: [paths.appSrc, path.resolve(paths.appSrc, 'node_modules'), 'node_modules', './node_modules'],
164
164
  alias: {
165
165
  build: paths.appBuild,
166
- helpers: path.resolve(paths.appSrc, 'helpers')
166
+ '@helpers': path.resolve(paths.appSrc, 'helpers'),
167
+ '@components': path.resolve(paths.appSrc, 'components'),
167
168
  },
168
169
  },
169
170