GithubHelp home page GithubHelp logo

shawn-simon-developer / file-mapper-plugin Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2 KB

Finds and replaces hashed files name from file map file (usually provided by file-hasher-plugin).

JavaScript 100.00%
webpack hasher-plugin mapper-plugin react reactjs javascript

file-mapper-plugin's Introduction

File Mapper Plugin

The File Mapper Plugin, usually paired with the File Hasher Plugin, uses a json map file (output by File Hasher Plugin or manually generated) to find and replace file names in your project.

// fileMap.json
{
  "appdynamics.js": {
    "newFileName":"e0771a7c61cb9aa0adfdf5e8f704b386.appdynamics.js",
    "filePath":"src/app/static/appdynamics.js","newFilePath":
    ".static/e0771a7c61cb9aa0adfdf5e8f704b386.appdynamics.js"
  },
  ...
}

The above map allow the File Mapper Plugin to find all instances of the file appdynamics.js in a given file and replace it with the new name e0771a7c61cb9aa0adfdf5e8f704b386.appdynamics.js.

Getting Started

To get started, add the File Hasher Plugin to your webpack config:

// Directory Style:
plugins: [
  ...
  new FileMapper({
    mapPath: '.static/fileMap.json',
    dirPath: 'dist',
  }),
  ...
]
// Individual Files:
plugins: [
  ...
	new FileMapper({
		mapPath: '.static/fileMap.json',
		filePath: 'dist/index.html',
		outputPath: 'dist/index.html',
	}),
  ...
]

Prerequisites

Node >= 6.0.x

file-mapper-plugin's People

Contributors

ssimon-konradgroup avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.