Skip to content

paths in config file is ignored #66

Description

@danielgindi

My config file:

requirejs.config({
    baseUrl: '/js',
    paths: {
        'jquery': '/js/deps/jquery-3.1.1.min'
    }
});
requirejs(['src/main']);

example.js

define([
    'jquery' // <-- appears red, broken.
], function ($) {

});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions