@fluffjs/cli 0.3.0 → 0.3.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.
@@ -150,7 +150,8 @@ export function fluffPlugin(options) {
150
150
  const exprTable = CodeGenerator.generateGlobalExprTable();
151
151
  return {
152
152
  contents: exprTable || '',
153
- loader: 'js'
153
+ loader: 'js',
154
+ resolveDir: options.srcDir
154
155
  };
155
156
  });
156
157
  if (fluffSrcPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluffjs/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",