Skip to content

Commit

Permalink
Merge branch 'v3.0-latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Oct 19, 2019
2 parents 909e1ba + 9572e56 commit 9cd2b35
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions web/webpack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,20 @@ the first line here.
Building the Component
......................

Once these two files are ready, you should be able to use the command
Once these two files are ready, you are ready to build the component.
First, make sure that the needed tools are available via the commands

.. code-block:: shell
npm install webpack
npm install webpack-cli
npm install uglifyjs-webpack-plugin
npm install babel-loader@7
npm install babel-core
npm install babel-preset-env
After these are in place (you should only need to do this once), you
should be able to use the command

.. code-block:: shell
Expand Down Expand Up @@ -443,7 +456,20 @@ the first line here.
Building the Extension
......................

Once these two files are ready, you should be able to use the command
Once these two files are ready, you are ready to build the component.
First, make sure that the needed tools are available via the commands

.. code-block:: shell
npm install webpack
npm install webpack-cli
npm install uglifyjs-webpack-plugin
npm install babel-loader@7
npm install babel-core
npm install babel-preset-env
After these are in place (you should only need to do this once), you
should be able to use the command

.. code-block:: shell
Expand Down

0 comments on commit 9cd2b35

Please sign in to comment.