adapt-pkg-main
adapt-pkg-main copied to clipboard
Creates a package.js sibling to package directory for easier front end module loader consumption
Results
1
adapt-pkg-main issues
Sort by
recently updated
recently updated
newest added
jquery will not work for me unless I put in in the require config: ``` require.config({ baseUrl: 'node_modules', paths: { app: "../app", jquery: 'jquery/dist/jquery' } } ``` If I remove...