mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-02 01:02:12 -04:00
ci: install node dependencies
This commit is contained in:
parent
fc13557fa6
commit
447cac13ec
5 changed files with 42 additions and 145 deletions
|
@ -7,6 +7,8 @@ var CopyWebpackPlugin = require('copy-webpack-plugin');
|
|||
var path = require('path');
|
||||
var UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
||||
|
||||
|
||||
|
||||
module.exports = [{
|
||||
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
|
||||
entry: {
|
||||
|
@ -53,7 +55,7 @@ module.exports = [{
|
|||
entry: './shim/gh-pages.js',
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'gh-pages')
|
||||
path: path.resolve(__dirname, 'github-pages') //'/__w/scratch-blocks/scratch-blocks/github-pages'
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue