forked from huntc/sbt-rjs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I am using hasjs for some conditional logic and I noticed that the 'has' config is being ignored. Below is my build.js file. Any idea how I can have hasjs working.
requirejs.config({
'paths': {
"underscore": "libs/underscore/Underscore-1.6.0",
"has":"libs/misc/has"
},
has: {
dev: false,
mixpanel:true
},
modules: "main",
});
Metadata
Metadata
Assignees
Labels
No labels