![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
webpack-loader-dojo
Advanced tools
Webpack loader for Dojo Toolkit 1.x (actually, tested with version 1.10). It adapts dojo modules so they can be bundled by webpack and even used out of Dojo Toolkit ecosystem.
This package is adapted from https://github.com/Nordth/dojo-webpack-loader It supports Webpack 2 as well as comment stripping. It will strip multiline comments, but will not strip single line comments as that can also result in destruction of regular expressions. Please see below for an example of what is needed to add to your webpack config.
module: {
rules: [
{
test: /\.js$/,
use: [{
loader: 'webpack-loader-dojo',
options: {
// We should specify paths to core and dijit modules because we using both
dojoCorePath: path.resolve(__dirname, './bower_components/dojo/'),
dojoDijitPath: path.resolve(__dirname, './bower_components/dijit/'),
// Languages for dojo/nls module which will be in result pack.
includeLanguages: ['en'],
staticHasFeatures: {
...
}
}
}]
}
]
},
yarn
npm link
to which ever repo you intend to use withNone, but we are always looking for contributions! There are going to be some when I have a chance. I promise...
FAQs
Webpack 2 loader for Dojo Toolkit v. 1.x
We found that webpack-loader-dojo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.