Skip to content

Commit

Permalink
Use relative path for is-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Nov 1, 2018
1 parent 53deee0 commit 7a08752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/src/app.js
@@ -1,6 +1,6 @@
import { DefineMap, route } from 'can';
import RoutePushstate from 'can-route-pushstate';
import debug from 'can-debug#?is-dev';
import debug from 'can-debug#?./is-dev';

//!steal-remove-start
if(debug) {
Expand Down

0 comments on commit 7a08752

Please sign in to comment.