path-webpack

WebJar for path-webpack

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

path-webpack
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

path-webpack
WebJar for path-webpack
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/fchasen/path-webpack

Download path-webpack

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/path-webpack/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>path-webpack</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/path-webpack/
implementation 'org.webjars.npm:path-webpack:0.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/path-webpack/
implementation ("org.webjars.npm:path-webpack:0.0.3")
'org.webjars.npm:path-webpack:jar:0.0.3'
<dependency org="org.webjars.npm" name="path-webpack" rev="0.0.3">
  <artifact name="path-webpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='path-webpack', version='0.0.3')
)
libraryDependencies += "org.webjars.npm" % "path-webpack" % "0.0.3"
[org.webjars.npm/path-webpack "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

path.js

Node Path from v7.0.0 https://github.com/nodejs/node/blob/v7.0.0/lib/path.js

Win32 methods have been removed to make this only useful for the browser.

Using with Webpack

Install as a dev dependency

npm install path-webpack --save-dev

Add an alias to this library in the config

// webpack.config.js
resolve: {
    alias: {
        path: "path-webpack"
    }
}

Versions

Version
0.0.3