mirror of
https://github.com/google/blockly.git
synced 2026-05-16 00:50:11 +02:00
change entry for testing
This commit is contained in:
+4
-2
@@ -9,7 +9,9 @@ const CircularDepencencyPlugin = require('circular-dependency-plugin');
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
devtool: 'inline-source-map',
|
||||
entry: './core/blockly.ts',
|
||||
entry: {
|
||||
blockly_compressed: './core/blockly.ts',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
@@ -28,7 +30,7 @@ module.exports = {
|
||||
extensions: ['.tsx', '.ts', '.js'],
|
||||
},
|
||||
output: {
|
||||
filename: 'blockly_compressed.js',
|
||||
filename: '[name].js',
|
||||
library: {
|
||||
type: 'umd',
|
||||
name: 'blockly',
|
||||
|
||||
Reference in New Issue
Block a user