Skip to content

Commit

Permalink
fix: avoid calling project.config() with environment
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Feb 22, 2019
1 parent 5e3bf8f commit eea632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -91,7 +91,7 @@ module.exports = {
name: require('./package').name,

setupPreprocessorRegistry(type, registry) {
const podModulePrefix = this.project.config('development').podModulePrefix;
const podModulePrefix = this.project.config().podModulePrefix;

assert.notStrictEqual(
podModulePrefix,
Expand Down

0 comments on commit eea632e

Please sign in to comment.