Skip to content

Commit 5b6d955

Browse files
Remove isDevelopingAddon config
Having `isDevelopingAddon` set to true when we publish the package causes template errors to show up on the consuming app's build output. Resolves #289.
1 parent 74657cb commit 5b6d955

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ const PresetEnv = require('postcss-preset-env');
88
module.exports = {
99
name: require('./package').name,
1010

11-
isDevelopingAddon() {
12-
return true;
13-
},
14-
1511
options: {
1612
postcssOptions: {
1713
compile: {

0 commit comments

Comments
 (0)