sympmarc/SPServices

View on GitHub
webpack.config.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by Marc D Anderson on 2/19/2016.
 */

module.exports = {
    externals: {
        // require("jquery") is external and available
        //  on the global var jQuery
        "jquery": "jQuery"
    }
};