portosaurus 2.1.0 → 2.1.1

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": "portosaurus",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/soymadip/portosaurus",
6
6
  "repository": {
@@ -626,7 +626,7 @@ export function buildDocuConfig(rawUserConfig, UserRoot) {
626
626
  module: {
627
627
  rules: [
628
628
  {
629
- test: /\\.[jt]sx?$/,
629
+ test: /\.[jt]sx?$/,
630
630
  include: [path.resolve(PortoRoot, "src")],
631
631
  use: [jsLoader],
632
632
  },