Skip to content

Commit

Permalink
Hardcode additional built-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdale committed Oct 18, 2017
1 parent 57bf8b6 commit 9a90870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler-delegates/module-unification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const CAPABILITIES = {
attributeHook: true
};

const BUILTINS = ['action', 'if'];
const BUILTINS = ['action', 'if', '/css-blocks/components/state', '/css-blocks/components/concat'];

export default class ModuleUnificationCompilerDelegate implements BundleCompilerDelegate {
public bundleCompiler: BundleCompiler;
Expand Down

0 comments on commit 9a90870

Please sign in to comment.