Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

182
Visualizações
Modify webpack config from cli in npm run

I'm developing an react.js application, where I provide the index.html file in the public directory, but use webpack to replace placeholders (<%= placeholder %>) in it. Currently, the target strings are provided by options.json, which looks like:

{
  "placeholder": "value"
}

I can make it work rudimentarily with the following entry in package.json and the following relevant parts of the webpack.config.js

"scripts": {
  "build": "webpack --config=webpack.config.js --env env=production"
}

and

var options = require('./options.json')
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');

module.exports = {
  [...]
  plugins: [
    new HtmlWebpackPlugin({
      template: "public/index.html",
      templateParameters: options
    })
  ]
}

My goal would be to run npm run build <user_provided_options.json> so that I can switch between different versions of values for the placeholders. How can I achieve that?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda