Skip to content

Instantly share code, notes, and snippets.

@AndrejsAbrickis
Last active June 12, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrejsAbrickis/a78ebd50e0a4c9ff30dd82c1104dd77d to your computer and use it in GitHub Desktop.
Save AndrejsAbrickis/a78ebd50e0a4c9ff30dd82c1104dd77d to your computer and use it in GitHub Desktop.
CopyWebpackPlugin
new CopyWebpackPlugin([
{
from: './source/script_a.js',
to: './target'
},
{
from: './source/css_a.js',
to: './target'
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment