frosty 0.0.83 → 0.0.84

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": "frosty",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "main": "dist/index",
5
5
  "module": "dist/index",
6
6
  "types": "dist/index",
@@ -20,6 +20,7 @@
20
20
  "dotenv-webpack": "^8.1.1",
21
21
  "file-loader": "^6.2.0",
22
22
  "mini-css-extract-plugin": "^2.9.3",
23
+ "node-loader": "^2.1.0",
23
24
  "postcss-loader": "^8.1.1",
24
25
  "sass": "^1.90.0",
25
26
  "sass-loader": "^16.0.5",
@@ -296,7 +296,7 @@ export default async (env, argv) => {
296
296
  {
297
297
  test: /\.node$/,
298
298
  use: {
299
- loader: 'node-loader',
299
+ loader: path.resolve(__dirname, 'node_modules/node-loader'),
300
300
  options: {
301
301
  name: '[name].[contenthash].[ext]',
302
302
  }