@henderea/static-site-builder 1.10.14 → 1.10.15

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.
@@ -152,7 +152,7 @@ export default _.defaultsDeep({}, ssbConfig.webpack || {}, {
152
152
  ),
153
153
  extensions: ['.js', '.ts', '.json', '.jsx', '.tsx'],
154
154
  plugins: resolvePlugins,
155
- roots: [paths.appPath, paths.publicDir],
155
+ roots: [paths.appPath/*, paths.publicDir*/],
156
156
  },
157
157
  module: {
158
158
  strictExportPresence: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henderea/static-site-builder",
3
- "version": "1.10.14",
3
+ "version": "1.10.15",
4
4
  "description": "A static site builder",
5
5
  "main": "index.js",
6
6
  "repository": "henderea/static-site-builder.git",